#B49402

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

Shades of Dark Goldenrod #B49402

Tints of Dark Goldenrod #B49402

Color information

#B49402 (or 0xB49402) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 94 and 02. RGB value is (180,148,2). Sum of RGB (Red+Green+Blue) = 180+148+2=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B49402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49402 is #4B6BFD. Grayscale: #8D8D8D. Windows color (decimal): -4942846 or 169140. OLE color: 169140.

HSL color Cylindrical-coordinate representation of color #B49402: hue angle of 49.21º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B49402 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB1801482-
CMYK00.180.990.29
HSL49.21º97.8%35.69%-
HSV(B)49.21º98.89%70.59%-
XYZ29.4230.894.47-
YUV140.9249.6155.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 148 (58.20% from 255) = 44.85%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=54.55%
G=44.85%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180148200.180.990.2949.2197.835.69
HexB4942012631D316224
Octal2642242022143356114244
Binary1011010010010100100100101100011111011100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49402; }

 p { color: rgb(180,148,2); }

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

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

 a { background-color: rgb(180,148,2); }

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

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

 span { border-color: rgb(180,148,2); }

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