#B57A16

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

Shades of Dark Goldenrod #B57A16

Tints of Dark Goldenrod #B57A16

Color information

#B57A16 (or 0xB57A16) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 7A and 16. RGB value is (181,122,22). Sum of RGB (Red+Green+Blue) = 181+122+22=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A16 is #4A85E9. Grayscale: #808080. Windows color (decimal): -4883946 or 1473205. OLE color: 1473205.

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

Color convert

RGB18112222-
CMYK00.330.880.29
HSL37.74º78.33%39.8%-
HSV(B)37.74º87.85%70.98%-
XYZ26.1623.83.97-
YUV128.2468.05165.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.69%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=55.69%
G=37.54%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811222200.330.880.2937.7478.3339.8
HexB57A16021581D264e28
Octal26517226041130354611650
Binary1011010111110101011001000011011000111011001101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A16; }

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

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

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

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

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

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

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

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