Html Css Color HEX #B67211 Dark Goldenrod

📋 copy color: '#B67211'

red 182 ◦ green 114 ◦ blue 17

#B67211
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B67211

Tints of Dark Goldenrod #B67211

RGB

 RED value IS 182 (71.48% from 255) = 58.15%

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 58.15%
G = 36.42%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B67211 (or 0xB67211) is known color: Dark Goldenrod. HEX triplet: B6, 72 and 11. RGB value is (182,114,17). Sum of RGB (Red+Green+Blue) = 182+114+17=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B67211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67211 is #498DEE. Grayscale: #7B7B7B. Windows color (decimal): -4820463 or 1143478. OLE color: 1143478.

HSL color Cylindrical-coordinate representation of color #B67211: hue angle of 35.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B67211 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 114 17 -
CMYK 0 0.37 0.91 0.29
HSL 35.27º 0.83% 0.39% -
HSV(B) 35.27º 0.91% 0.71% -
XYZ 25.41 22.02 3.44 -
YUV 123.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 182 114 17 0 0.37 0.91 0.29 35.27 0.83 0.39
Hex B6 72 11 0 25 5B 1D 23 53 27
Octal 266 162 21 0 45 133 35 43 123 47
Binary 10110110 1110010 10001 0 100101 1011011 11101 100011 1010011 100111

Color Harmonies of #B67211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67211

Black with #B67211

Text Example


Text Example

White with #B67211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67211; }

 p { color: rgb(182,114,17); }

 H1.HeaderClassName
 {
   color: #B67211;
 }
 .AnyTagClassName
 {
   color: #B67211;
 }
</style>

background-color css

<style>
 a { background-color: #B67211; }

 a { background-color: rgb(182,114,17); }

 div.DivClassName
 {
   background-color: #B67211;
 }
 .BgClassName
 {
   background-color: #B67211;
 }
</style>

border-color css

<style>
 span { border-color: #B67211; }

 span { border-color: rgb(182,114,17); }

 td.TdClassName
 {
   border-color: #B67211;
 }
 .TagClassName
 {
   border-color: #B67211;
 }
</style>