#B57C16

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

Shades of Dark Goldenrod #B57C16

Tints of Dark Goldenrod #B57C16

Color information

#B57C16 (or 0xB57C16) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 7C and 16. RGB value is (181,124,22). Sum of RGB (Red+Green+Blue) = 181+124+22=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57C16 is #4A83E9. Grayscale: #818181. Windows color (decimal): -4883434 or 1473717. OLE color: 1473717.

HSL color Cylindrical-coordinate representation of color #B57C16: hue angle of 38.49º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B57C16 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18112422-
CMYK00.310.880.29
HSL38.49º78.33%39.8%-
HSV(B)38.49º87.85%70.98%-
XYZ26.4124.34.06-
YUV129.4267.38164.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.35%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=55.35%
G=37.92%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811242200.310.880.2938.4978.3339.8
HexB57C1601F581D264e28
Octal26517426037130354611650
Binary101101011111100101100111111011000111011001101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C16; }

 p { color: rgb(181,124,22); }

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

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

 a { background-color: rgb(181,124,22); }

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

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

 span { border-color: rgb(181,124,22); }

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