#B49701

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

Shades of Dark Goldenrod #B49701

Tints of Dark Goldenrod #B49701

Color information

#B49701 (or 0xB49701) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 97 and 01. RGB value is (180,151,1). Sum of RGB (Red+Green+Blue) = 180+151+1=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B49701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49701 is #4B68FE. Grayscale: #8F8F8F. Windows color (decimal): -4942079 or 104372. OLE color: 104372.

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

Color convert

RGB1801511-
CMYK00.160.990.29
HSL50.28º98.9%35.49%-
HSV(B)50.28º99.44%70.59%-
XYZ29.8931.844.6-
YUV142.5748.11154.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=54.22%
G=45.48%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180151100.160.990.2950.2898.935.49
HexB4971010631D326323
Octal2642271020143356214343
Binary101101001001011110100001100011111011100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49701; }

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

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

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

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

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

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

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

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