#B39004

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

Shades of Dark Goldenrod #B39004

Tints of Dark Goldenrod #B39004

Color information

#B39004 (or 0xB39004) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 90 and 04. RGB value is (179,144,4). Sum of RGB (Red+Green+Blue) = 179+144+4=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B39004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39004 is #4C6FFB. Grayscale: #8B8B8B. Windows color (decimal): -5009404 or 299187. OLE color: 299187.

HSL color Cylindrical-coordinate representation of color #B39004: hue angle of 48º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B39004 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1791444-
CMYK00.200.980.30
HSL48º95.63%35.88%-
HSV(B)48º97.77%70.2%-
XYZ28.5929.544.31-
YUV138.552.1156.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 4 (1.95% from 255) = 1.22%
R=54.74%
G=44.04%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179144400.200.980.304895.6335.88
HexB3904014621E306024
Octal2632204024142366014044
Binary10110011100100001000101001100010111101100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39004; }

 p { color: rgb(179,144,4); }

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

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

 a { background-color: rgb(179,144,4); }

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

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

 span { border-color: rgb(179,144,4); }

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