Html Css Color HEX #B96E08 Dark Goldenrod

📋 copy color: '#B96E08'

red 185 ◦ green 110 ◦ blue 8

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

Shades of Dark Goldenrod #B96E08

Tints of Dark Goldenrod #B96E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.3%

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

R = 61.06%
G = 36.3%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B96E08 (or 0xB96E08) is known color: Dark Goldenrod. HEX triplet: B9, 6E and 08. RGB value is (185,110,8). Sum of RGB (Red+Green+Blue) = 185+110+8=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E08 is #4691F7. Grayscale: #797979. Windows color (decimal): -4624888 or 552633. OLE color: 552633.

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

Color convert

RGB 185 110 8 -
CMYK 0 0.41 0.96 0.27
HSL 34.58º 0.92% 0.38% -
HSV(B) 34.58º 0.96% 0.73% -
XYZ 25.63 21.48 3.03 -
YUV 120.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 185 110 8 0 0.41 0.96 0.27 34.58 0.92 0.38
Hex B9 6E 8 0 29 60 1B 23 5C 26
Octal 271 156 10 0 51 140 33 43 134 46
Binary 10111001 1101110 1000 0 101001 1100000 11011 100011 1011100 100110

Color Harmonies of #B96E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E08

Black with #B96E08

Text Example


Text Example

White with #B96E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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