COLOR #B68F19

HEX: #B68F19 RGB: (182,143,25)

Color info

#B68F19 contains mainly red and green colors. Web safe color of #B68F19 is #CC9900 (or #C90).

RGB color model

#B68F19 color RGB value is (182,143,25).

RGB: (182,143,25) (71%, 56%, 10%)

RGB channels and saturation

R 182 of 255 = 71%
G 143 of 255 = 56%
B 25 of 255 = 10%

182
143
25

R + G + B ~ 46%. #B68F19 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 182 + 143 + 25 = 350 (100%)
R 182 of 350 ~ 52%
G 143 of 350 ~ 40.86%
B 25 of 350 ~ 7.14'%

%52
%40.86

CMYK color model

#B68F19 color CMYK value is (0,21,86,29).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 86.26%
  • key color value is 28.63%

CMYK: (0,21,86,29)
C0M21Y86K29 (0%, 21%, 86%, 29%)
(0.00 / 0.21 / 0.86 / 0.29)

CMYK percentages

%0
%21.43
%86.26
%28.63

Codes

Color #B68F19 in popluar color models

B6 8F 19
RGB 182 143 25
HSL 45° 75.85% 40.59%
HSB/HSV 45° 86.26% 71.37%
CMYK 0.00% 21.43% 86.26%
28.63%

Color #B68F19 in popluar number systems.

HEX B6 8F 19
Decimal 182 143 25
Binary 10110110 10001111 11001
Octal 266 217 31

Shades and tints

Shades of #B68F19

#B68F19
(182,143,25)
#A68217
(166,130,23)
#967515
(150,117,21)
#866813
(134,104,19)
#765B11
(118,91,17)
#664E0F
(102,78,15)
#56410D
(86,65,13)
#46340B
(70,52,11)
#362709
(54,39,9)
#261A07
(38,26,7)
#160D05
(22,13,5)
#000000
(0,0,0)

Tints of #B68F19

#B68F19
(182,143,25)
#BC992D
(188,153,45)
#C2A341
(194,163,65)
#C8AD55
(200,173,85)
#CEB769
(206,183,105)
#D4C17D
(212,193,125)
#DACB91
(218,203,145)
#E0D5A5
(224,213,165)
#E6DFB9
(230,223,185)
#ECE9CD
(236,233,205)
#F2F3E1
(242,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B68F19 color. Also use rgb(182,143,25) instead hex code.

Text Font Color

.myTextColor { color: #B68F19; }

<p style="color:#B68F19">This sample text font color is #B68F19.</p>

This text font color is #B68F19.

Background Color

.myBgColor { background-color: #B68F19; }

<div style="background-color:#B68F19">Inner text</div>

This div background color is #B68F19.

Border color

.myBorderColor { border: 1px solid #B68F19; }

<div style="border:3px solid #B68F19">Div</div>

This div border color is #B68F19.

Opacity

.myOpacity80 { color: #B68F19; opacity: 0.8; }

<p style="color:#B68F19;opacity:0.8;">80%</p>

Text with #B68F19 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B68F19;}

<p style="text-shadow: 3px 3px 1px #B68F19">Text here.</p>

This text has shadow with #B68F19 color.


.textShadow {text-shadow: 3px 3px 1px #B68F19', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B68F19, 5px 5px 20px red">Text here.</p>

This text has shadow with #B68F19 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B68F19, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B68F19, Direction=45, Strength=4)">Text</p>

This text has shadow with #B68F19 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B68F19;
-webkit-box-shadow: 1px 1px 3px 2px #B68F19;
box-shadow: 1px 1px 3px 2px #B68F19;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B68F19; -webkit-box-shadow: 1px 1px 3px 2px #B68F19; box-shadow:1px 1px 3px 2px #B68F19;">
Div content here
</div>

This div box has shadow with color #B68F19.

Preview

Color preview on black background

This text has color #B68F19 on black background.


Color preview on white background

This text has color #B68F19 on white background.


Black color preview on #B68F19 background

This text has black color on #B68F19 background.


White color preview on #B68F19 background

This text has white color on #B68F19 background.


Related colors

Complementary color

Complementary color for #hex is #4970E6.


I love getcolorcode.com

Triadic colors

1 #19B68F and #8F19B6 with #B68F19 are triadic colors.

2 #198FB6 and #8FB619 with #B68F19 are triadic colors.