#B49009

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

Shades of Dark Goldenrod #B49009

Tints of Dark Goldenrod #B49009

Color information

#B49009 (or 0xB49009) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 90 and 09. RGB value is (180,144,9). Sum of RGB (Red+Green+Blue) = 180+144+9=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B49009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49009 is #4B6FF6. Grayscale: #8B8B8B. Windows color (decimal): -4943863 or 626868. OLE color: 626868.

HSL color Cylindrical-coordinate representation of color #B49009: hue angle of 47.37º 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 #B49009 is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1801449-
CMYK00.20.950.29
HSL47.37º90.48%37.06%-
HSV(B)47.37º95%70.59%-
XYZ28.8429.674.46-
YUV139.3754.43156.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 9 (3.91% from 255) = 2.70%
R=54.05%
G=43.24%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180144900.20.950.2947.3790.4837.06
HexB49090145F1D2f5a25
Octal26422011024137355713245
Binary101101001001000010010101001011111111011011111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49009; }

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

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

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

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

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

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

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

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