Html Css Color HEX #B39211 Dark Goldenrod

📋 copy color: '#B39211'

red 179 ◦ green 146 ◦ blue 17

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

Shades of Dark Goldenrod #B39211

Tints of Dark Goldenrod #B39211

RGB

 RED value IS 179 (70.31% from 255) = 52.34%

 GREEN value IS 146 (57.42% from 255) = 42.69%

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

R = 52.34%
G = 42.69%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B39211 (or 0xB39211) is known color: Dark Goldenrod. HEX triplet: B3, 92 and 11. RGB value is (179,146,17). Sum of RGB (Red+Green+Blue) = 179+146+17=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B39211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39211 is #4C6DEE. Grayscale: #8D8D8D. Windows color (decimal): -5008879 or 1151667. OLE color: 1151667.

HSL color Cylindrical-coordinate representation of color #B39211: hue angle of 47.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B39211 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 17 -
CMYK 0 0.18 0.91 0.30
HSL 47.78º 0.83% 0.38% -
HSV(B) 47.78º 0.91% 0.7% -
XYZ 28.97 30.18 4.83 -
YUV 141.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 179 146 17 0 0.18 0.91 0.30 47.78 0.83 0.38
Hex B3 92 11 0 12 5B 1E 30 53 26
Octal 263 222 21 0 22 133 36 60 123 46
Binary 10110011 10010010 10001 0 10010 1011011 11110 110000 1010011 100110

Color Harmonies of #B39211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39211

Black with #B39211

Text Example


Text Example

White with #B39211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39211; }

 p { color: rgb(179,146,17); }

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

background-color css

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

 a { background-color: rgb(179,146,17); }

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

border-color css

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

 span { border-color: rgb(179,146,17); }

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