#B39401

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

Shades of Dark Goldenrod #B39401

Tints of Dark Goldenrod #B39401

Color information

#B39401 (or 0xB39401) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 94 and 01. RGB value is (179,148,1). Sum of RGB (Red+Green+Blue) = 179+148+1=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B39401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39401 is #4C6BFE. Grayscale: #8D8D8D. Windows color (decimal): -5008383 or 103603. OLE color: 103603.

HSL color Cylindrical-coordinate representation of color #B39401: hue angle of 49.55º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B39401 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB1791481-
CMYK00.170.990.30
HSL49.55º98.89%35.29%-
HSV(B)49.55º99.44%70.2%-
XYZ29.1930.774.43-
YUV140.5149.27155.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.57%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=54.57%
G=45.12%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179148100.170.990.3049.5598.8935.29
HexB3941011631E326323
Octal2632241021143366214343
Binary101100111001010010100011100011111101100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39401; }

 p { color: rgb(179,148,1); }

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

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

 a { background-color: rgb(179,148,1); }

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

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

 span { border-color: rgb(179,148,1); }

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