#B96B04

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

Shades of Dark Goldenrod #B96B04

Tints of Dark Goldenrod #B96B04

Color information

#B96B04 (or 0xB96B04) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 6B and 04. RGB value is (185,107,4). Sum of RGB (Red+Green+Blue) = 185+107+4=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96B04 is #4694FB. Grayscale: #777777. Windows color (decimal): -4625660 or 289721. OLE color: 289721.

HSL color Cylindrical-coordinate representation of color #B96B04: hue angle of 34.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 #B96B04 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1851074-
CMYK00.420.980.27
HSL34.14º95.77%37.06%-
HSV(B)34.14º97.84%72.55%-
XYZ25.2920.842.8-
YUV118.5863.34175.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.5%
GREEN value IS 107 (42.19% from 255) = 36.15%
BLUE value IS 4 (1.95% from 255) = 1.35%
R=62.5%
G=36.15%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185107400.420.980.2734.1495.7737.06
HexB96B402A621B226025
Octal2711534052142334214045
Binary10111001110101110001010101100010110111000101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B04; }

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

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

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

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

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

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

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

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