#b96e04

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

Shades of Dark Goldenrod #B96E04

Tints of Dark Goldenrod #B96E04

Color information

#B96E04 (or 0xB96E04) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 6E and 04. RGB value is (185,110,4). Sum of RGB (Red+Green+Blue) = 185+110+4=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E04 is #4691FB. Grayscale: #787878. Windows color (decimal): -4624892 or 290489. OLE color: 290489.

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

Color convert

RGB1851104-
CMYK00.410.980.27
HSL35.14º95.77%37.06%-
HSV(B)35.14º97.84%72.55%-
XYZ25.6121.472.91-
YUV120.3462.35174.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.87%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 4 (1.95% from 255) = 1.34%
R=61.87%
G=36.79%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185110400.410.980.2735.1495.7737.06
HexB96E4029621B236025
Octal2711564051142334314045
Binary10111001110111010001010011100010110111000111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96e04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96e04; }

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

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

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

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

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

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

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

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