#B57000

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

Shades of Dark Goldenrod #B57000

Tints of Dark Goldenrod #B57000

Color information

#B57000 (or 0xB57000) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 70 and 00. RGB value is (181,112,0). Sum of RGB (Red+Green+Blue) = 181+112+0=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B57000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57000 is #4A8FFF. Grayscale: #787878. Windows color (decimal): -4886528 or 28853. OLE color: 28853.

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

Color convert

RGB1811120-
CMYK00.3810.29
HSL37.13º100%35.49%-
HSV(B)37.13º100%70.98%-
XYZ24.8521.412.82-
YUV119.8660.36171.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.77%
G=38.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181112000.3810.2937.1310035.49
HexB5700026641D256423
Octal2651600046144354514443
Binary101101011110000001001101100100111011001011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57000; }

 p { color: rgb(181,112,0); }

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

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

 a { background-color: rgb(181,112,0); }

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

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

 span { border-color: rgb(181,112,0); }

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