Html Css Color HEX #B96F0C Dark Goldenrod

📋 copy color: '#B96F0C'

red 185 ◦ green 111 ◦ blue 12

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

Shades of Dark Goldenrod #B96F0C

Tints of Dark Goldenrod #B96F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.04%

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

R = 60.06%
G = 36.04%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B96F0C (or 0xB96F0C) is known color: Dark Goldenrod. HEX triplet: B9, 6F and 0C. RGB value is (185,111,12). Sum of RGB (Red+Green+Blue) = 185+111+12=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96F0C is #4690F3. Grayscale: #7A7A7A. Windows color (decimal): -4624628 or 815033. OLE color: 815033.

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

Color convert

RGB 185 111 12 -
CMYK 0 0.4 0.94 0.27
HSL 34.34º 0.88% 0.39% -
HSV(B) 34.34º 0.94% 0.73% -
XYZ 25.76 21.71 3.18 -
YUV 121.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 185 111 12 0 0.4 0.94 0.27 34.34 0.88 0.39
Hex B9 6F C 0 28 5E 1B 22 58 27
Octal 271 157 14 0 50 136 33 42 130 47
Binary 10111001 1101111 1100 0 101000 1011110 11011 100010 1011000 100111

Color Harmonies of #B96F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F0C

Black with #B96F0C

Text Example


Text Example

White with #B96F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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