Html Css Color HEX #B96A0C Dark Goldenrod

📋 copy color: '#B96A0C'

red 185 ◦ green 106 ◦ blue 12

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

Shades of Dark Goldenrod #B96A0C

Tints of Dark Goldenrod #B96A0C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

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

R = 61.06%
G = 34.98%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B96A0C (or 0xB96A0C) is known color: Dark Goldenrod. HEX triplet: B9, 6A and 0C. RGB value is (185,106,12). Sum of RGB (Red+Green+Blue) = 185+106+12=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A0C is #4695F3. Grayscale: #777777. Windows color (decimal): -4625908 or 813753. OLE color: 813753.

HSL color Cylindrical-coordinate representation of color #B96A0C: hue angle of 32.6º 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 #B96A0C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 12 -
CMYK 0 0.43 0.94 0.27
HSL 32.6º 0.88% 0.39% -
HSV(B) 32.6º 0.94% 0.73% -
XYZ 25.23 20.65 3 -
YUV 118.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 185 106 12 0 0.43 0.94 0.27 32.6 0.88 0.39
Hex B9 6A C 0 2B 5E 1B 21 58 27
Octal 271 152 14 0 53 136 33 41 130 47
Binary 10111001 1101010 1100 0 101011 1011110 11011 100001 1011000 100111

Color Harmonies of #B96A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A0C

Black with #B96A0C

Text Example


Text Example

White with #B96A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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