#B47901

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

Shades of Dark Goldenrod #B47901

Tints of Dark Goldenrod #B47901

Color information

#B47901 (or 0xB47901) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 79 and 01. RGB value is (180,121,1). Sum of RGB (Red+Green+Blue) = 180+121+1=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B47901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47901 is #4B86FE. Grayscale: #7D7D7D. Windows color (decimal): -4949759 or 96692. OLE color: 96692.

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

Color convert

RGB1801211-
CMYK00.330.990.29
HSL40.22º98.9%35.49%-
HSV(B)40.22º99.44%70.59%-
XYZ25.6723.383.19-
YUV124.9658.05167.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=59.60%
G=40.07%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180121100.330.990.2940.2298.935.49
HexB4791021631D286323
Octal2641711041143355014343
Binary101101001111001101000011100011111011010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47901; }

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

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

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

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

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

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

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

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