Html Css Color HEX #B96C06 Dark Goldenrod

📋 copy color: '#B96C06'

red 185 ◦ green 108 ◦ blue 6

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

Shades of Dark Goldenrod #B96C06

Tints of Dark Goldenrod #B96C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 61.87%
G = 36.12%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B96C06 (or 0xB96C06) is known color: Dark Goldenrod. HEX triplet: B9, 6C and 06. RGB value is (185,108,6). Sum of RGB (Red+Green+Blue) = 185+108+6=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C06 is #4693F9. Grayscale: #777777. Windows color (decimal): -4625402 or 421049. OLE color: 421049.

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

Color convert

RGB 185 108 6 -
CMYK 0 0.42 0.97 0.27
HSL 34.19º 0.94% 0.37% -
HSV(B) 34.19º 0.97% 0.73% -
XYZ 25.4 21.05 2.9 -
YUV 119.4 64.01 174.79 -
System Red Green Blue C M Y K H S L
Decimal 185 108 6 0 0.42 0.97 0.27 34.19 0.94 0.37
Hex B9 6C 6 0 2A 61 1B 22 5E 25
Octal 271 154 6 0 52 141 33 42 136 45
Binary 10111001 1101100 110 0 101010 1100001 11011 100010 1011110 100101

Color Harmonies of #B96C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C06

Black with #B96C06

Text Example


Text Example

White with #B96C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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