#B57A0C

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

Shades of Dark Goldenrod #B57A0C

Tints of Dark Goldenrod #B57A0C

Color information

#B57A0C (or 0xB57A0C) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 7A and 0C. RGB value is (181,122,12). Sum of RGB (Red+Green+Blue) = 181+122+12=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A0C is #4A85F3. Grayscale: #7F7F7F. Windows color (decimal): -4883956 or 817845. OLE color: 817845.

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

Color convert

RGB18112212-
CMYK00.330.930.29
HSL39.05º87.56%37.84%-
HSV(B)39.05º93.37%70.98%-
XYZ26.0823.773.56-
YUV127.163.05166.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 12 (5.08% from 255) = 3.81%
R=57.46%
G=38.73%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811221200.330.930.2939.0587.5637.84
HexB57AC0215D1D275826
Octal26517214041135354713046
Binary101101011111010110001000011011101111011001111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A0C; }

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

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

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

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

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

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

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

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