#B38004

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

Shades of Dark Goldenrod #B38004

Tints of Dark Goldenrod #B38004

Color information

#B38004 (or 0xB38004) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 80 and 04. RGB value is (179,128,4). Sum of RGB (Red+Green+Blue) = 179+128+4=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B38004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38004 is #4C7FFB. Grayscale: #818181. Windows color (decimal): -5013500 or 295091. OLE color: 295091.

HSL color Cylindrical-coordinate representation of color #B38004: hue angle of 42.51º 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 #B38004 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1791284-
CMYK00.280.980.30
HSL42.51º95.63%35.88%-
HSV(B)42.51º97.77%70.2%-
XYZ26.3325.033.56-
YUV129.1157.4163.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 4 (1.95% from 255) = 1.29%
R=57.56%
G=41.16%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179128400.280.980.3042.5195.6335.88
HexB380401C621E2b6024
Octal2632004034142365314044
Binary10110011100000001000111001100010111101010111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38004; }

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

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

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

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

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

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

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

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