#B09401

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

Shades of Dark Goldenrod #B09401

Tints of Dark Goldenrod #B09401

Color information

#B09401 (or 0xB09401) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 94 and 01. RGB value is (176,148,1). Sum of RGB (Red+Green+Blue) = 176+148+1=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B09401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09401 is #4F6BFE. Grayscale: #8C8C8C. Windows color (decimal): -5204991 or 103600. OLE color: 103600.

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

Color convert

RGB1761481-
CMYK00.160.990.31
HSL50.4º98.87%34.71%-
HSV(B)50.4º99.43%69.02%-
XYZ28.530.414.4-
YUV139.6149.78153.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.15%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=54.15%
G=45.54%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176148100.160.990.3150.498.8734.71
HexB0941010631F326323
Octal2602241020143376214343
Binary101100001001010010100001100011111111100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09401; }

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

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

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

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

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

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

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

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