Html Css Color HEX #B96C08 Dark Goldenrod

📋 copy color: '#B96C08'

red 185 ◦ green 108 ◦ blue 8

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

Shades of Dark Goldenrod #B96C08

Tints of Dark Goldenrod #B96C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 61.46%
G = 35.88%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96C08 (or 0xB96C08) is known color: Dark Goldenrod. HEX triplet: B9, 6C and 08. RGB value is (185,108,8). Sum of RGB (Red+Green+Blue) = 185+108+8=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96C08 is #4693F7. Grayscale: #787878. Windows color (decimal): -4625400 or 552121. OLE color: 552121.

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

Color convert

RGB 185 108 8 -
CMYK 0 0.42 0.96 0.27
HSL 33.9º 0.92% 0.38% -
HSV(B) 33.9º 0.96% 0.73% -
XYZ 25.41 21.06 2.95 -
YUV 119.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 185 108 8 0 0.42 0.96 0.27 33.9 0.92 0.38
Hex B9 6C 8 0 2A 60 1B 22 5C 26
Octal 271 154 10 0 52 140 33 42 134 46
Binary 10111001 1101100 1000 0 101010 1100000 11011 100010 1011100 100110

Color Harmonies of #B96C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C08

Black with #B96C08

Text Example


Text Example

White with #B96C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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