Html Css Color HEX #B96C0C Dark Goldenrod

📋 copy color: '#B96C0C'

red 185 ◦ green 108 ◦ blue 12

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

Shades of Dark Goldenrod #B96C0C

Tints of Dark Goldenrod #B96C0C

RGB

 RED value IS 185 (72.66% from 255) = 60.66%

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 60.66%
G = 35.41%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B96C0C (or 0xB96C0C) is known color: Dark Goldenrod. HEX triplet: B9, 6C and 0C. RGB value is (185,108,12). Sum of RGB (Red+Green+Blue) = 185+108+12=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C0C is #4693F3. Grayscale: #787878. Windows color (decimal): -4625396 or 814265. OLE color: 814265.

HSL color Cylindrical-coordinate representation of color #B96C0C: hue angle of 33.29º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B96C0C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 108 12 -
CMYK 0 0.42 0.94 0.27
HSL 33.29º 0.88% 0.39% -
HSV(B) 33.29º 0.94% 0.73% -
XYZ 25.44 21.07 3.07 -
YUV 120.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 185 108 12 0 0.42 0.94 0.27 33.29 0.88 0.39
Hex B9 6C C 0 2A 5E 1B 21 58 27
Octal 271 154 14 0 52 136 33 41 130 47
Binary 10111001 1101100 1100 0 101010 1011110 11011 100001 1011000 100111

Color Harmonies of #B96C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C0C

Black with #B96C0C

Text Example


Text Example

White with #B96C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C0C; }

 p { color: rgb(185,108,12); }

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

background-color css

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

 a { background-color: rgb(185,108,12); }

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

border-color css

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

 span { border-color: rgb(185,108,12); }

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