#B57511

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

Shades of Dark Goldenrod #B57511

Tints of Dark Goldenrod #B57511

Color information

#B57511 (or 0xB57511) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 75 and 11. RGB value is (181,117,17). Sum of RGB (Red+Green+Blue) = 181+117+17=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B57511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57511 is #4A8AEE. Grayscale: #7D7D7D. Windows color (decimal): -4885231 or 1144245. OLE color: 1144245.

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

Color convert

RGB18111717-
CMYK00.350.910.29
HSL36.59º82.83%38.82%-
HSV(B)36.59º90.61%70.98%-
XYZ25.5222.593.55-
YUV124.7467.2168.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 117 (46.09% from 255) = 37.14%
BLUE value IS 17 (7.03% from 255) = 5.40%
R=57.46%
G=37.14%
B=5.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811171700.350.910.2936.5982.8338.82
HexB575110235B1D255327
Octal26516521043133354512347
Binary1011010111101011000101000111011011111011001011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57511; }

 p { color: rgb(181,117,17); }

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

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

 a { background-color: rgb(181,117,17); }

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

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

 span { border-color: rgb(181,117,17); }

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