Html Css Color HEX #B96E06 Dark Goldenrod

📋 copy color: '#B96E06'

red 185 ◦ green 110 ◦ blue 6

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

Shades of Dark Goldenrod #B96E06

Tints of Dark Goldenrod #B96E06

RGB

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

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

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

R = 61.46%
G = 36.54%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B96E06 (or 0xB96E06) is known color: Dark Goldenrod. HEX triplet: B9, 6E and 06. RGB value is (185,110,6). Sum of RGB (Red+Green+Blue) = 185+110+6=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E06 is #4691F9. Grayscale: #797979. Windows color (decimal): -4624890 or 421561. OLE color: 421561.

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

Color convert

RGB 185 110 6 -
CMYK 0 0.41 0.97 0.27
HSL 34.86º 0.94% 0.37% -
HSV(B) 34.86º 0.97% 0.73% -
XYZ 25.62 21.48 2.97 -
YUV 120.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 185 110 6 0 0.41 0.97 0.27 34.86 0.94 0.37
Hex B9 6E 6 0 29 61 1B 23 5E 25
Octal 271 156 6 0 51 141 33 43 136 45
Binary 10111001 1101110 110 0 101001 1100001 11011 100011 1011110 100101

Color Harmonies of #B96E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E06

Black with #B96E06

Text Example


Text Example

White with #B96E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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