#b49900

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

Shades of Dark Goldenrod #B49900

Tints of Dark Goldenrod #B49900

Color information

#B49900 (or 0xB49900) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 99 and 00. RGB value is (180,153,0). Sum of RGB (Red+Green+Blue) = 180+153+0=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B49900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49900 is #4B66FF. Grayscale: #909090. Windows color (decimal): -4941568 or 39348. OLE color: 39348.

HSL color Cylindrical-coordinate representation of color #B49900: hue angle of 51º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B49900 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1801530-
CMYK00.1510.29
HSL51º100%35.29%-
HSV(B)51º100%70.59%-
XYZ30.2132.494.68-
YUV143.6346.95153.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.05%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.05%
G=45.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180153000.1510.295110035.29
HexB49900F641D336423
Octal2642310017144356314443
Binary10110100100110010011111100100111011100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b49900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b49900; }

 p { color: rgb(180,153,0); }

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

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

 a { background-color: rgb(180,153,0); }

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

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

 span { border-color: rgb(180,153,0); }

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