#B49509

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

Shades of Dark Goldenrod #B49509

Tints of Dark Goldenrod #B49509

Color information

#B49509 (or 0xB49509) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 95 and 09. RGB value is (180,149,9). Sum of RGB (Red+Green+Blue) = 180+149+9=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B49509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49509 is #4B6AF6. Grayscale: #8E8E8E. Windows color (decimal): -4942583 or 628148. OLE color: 628148.

HSL color Cylindrical-coordinate representation of color #B49509: hue angle of 49.12º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B49509 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1801499-
CMYK00.170.950.29
HSL49.12º90.48%37.06%-
HSV(B)49.12º95%70.59%-
XYZ29.6231.224.72-
YUV142.3152.77154.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 9 (3.91% from 255) = 2.66%
R=53.25%
G=44.08%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180149900.170.950.2949.1290.4837.06
HexB49590115F1D315a25
Octal26422511021137356113245
Binary101101001001010110010100011011111111011100011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49509; }

 p { color: rgb(180,149,9); }

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

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

 a { background-color: rgb(180,149,9); }

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

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

 span { border-color: rgb(180,149,9); }

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