#B39A01

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

Shades of Dark Goldenrod #B39A01

Tints of Dark Goldenrod #B39A01

Color information

#B39A01 (or 0xB39A01) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 9A and 01. RGB value is (179,154,1). Sum of RGB (Red+Green+Blue) = 179+154+1=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39A01 is #4C65FE. Grayscale: #909090. Windows color (decimal): -5006847 or 105139. OLE color: 105139.

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

Color convert

RGB1791541-
CMYK00.140.990.30
HSL51.57º98.89%35.29%-
HSV(B)51.57º99.44%70.2%-
XYZ30.1532.74.75-
YUV144.0347.28152.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.59%
GREEN value IS 154 (60.55% from 255) = 46.11%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=53.59%
G=46.11%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179154100.140.990.3051.5798.8935.29
HexB39A10E631E346323
Octal2632321016143366414343
Binary10110011100110101011101100011111101101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A01; }

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

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

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

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

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

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

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

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