#B57C0A

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

Shades of Dark Goldenrod #B57C0A

Tints of Dark Goldenrod #B57C0A

Color information

#B57C0A (or 0xB57C0A) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 7C and 0A. RGB value is (181,124,10). Sum of RGB (Red+Green+Blue) = 181+124+10=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57C0A is #4A83F5. Grayscale: #808080. Windows color (decimal): -4883446 or 687285. OLE color: 687285.

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

Color convert

RGB18112410-
CMYK00.310.940.29
HSL40º89.53%37.45%-
HSV(B)40º94.48%70.98%-
XYZ26.3224.263.58-
YUV128.0561.38165.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.46%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 10 (4.30% from 255) = 3.17%
R=57.46%
G=39.37%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811241000.310.940.294089.5337.45
HexB57CA01F5E1D285a25
Octal26517412037136355013245
Binary10110101111110010100111111011110111011010001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C0A; }

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

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

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

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

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

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

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

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