#B49501

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

Shades of Dark Goldenrod #B49501

Tints of Dark Goldenrod #B49501

Color information

#B49501 (or 0xB49501) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 95 and 01. RGB value is (180,149,1). Sum of RGB (Red+Green+Blue) = 180+149+1=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B49501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49501 is #4B6AFE. Grayscale: #8E8E8E. Windows color (decimal): -4942591 or 103860. OLE color: 103860.

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

Color convert

RGB1801491-
CMYK00.170.990.29
HSL49.61º98.9%35.49%-
HSV(B)49.61º99.44%70.59%-
XYZ29.5831.24.49-
YUV141.448.77155.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.55%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=54.55%
G=45.15%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180149100.170.990.2949.6198.935.49
HexB4951011631D326323
Octal2642251021143356214343
Binary101101001001010110100011100011111011100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49501; }

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

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

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

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

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

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

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

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