#B96E00

Color #B96E00 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B96E00

Tints of Dark Goldenrod #B96E00

Color information

#B96E00 (or 0xB96E00) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 6E and 00. RGB value is (185,110,0). Sum of RGB (Red+Green+Blue) = 185+110+0=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E00 is #4691FF. Grayscale: #787878. Windows color (decimal): -4624896 or 28345. OLE color: 28345.

HSL color Cylindrical-coordinate representation of color #B96E00: hue angle of 35.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B96E00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1851100-
CMYK00.4110.27
HSL35.68º100%36.27%-
HSV(B)35.68º100%72.55%-
XYZ25.5821.472.79-
YUV119.8860.35174.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.71%
G=37.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185110000.4110.2735.6810036.27
HexB96E0029641B246424
Octal2711560051144334414444
Binary101110011101110001010011100100110111001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E00; }

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

 H1.HeaderClassName
 {
   color: #B96E00;
 }
 .AnyTagClassName
 {
   color: #B96E00;
 }
</style>
background-color css

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

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

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

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

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

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