#B57D0E

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

Shades of Dark Goldenrod #B57D0E

Tints of Dark Goldenrod #B57D0E

Color information

#B57D0E (or 0xB57D0E) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 7D and 0E. RGB value is (181,125,14). Sum of RGB (Red+Green+Blue) = 181+125+14=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57D0E is #4A82F1. Grayscale: #818181. Windows color (decimal): -4883186 or 949685. OLE color: 949685.

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

Color convert

RGB18112514-
CMYK00.310.920.29
HSL39.88º85.64%38.24%-
HSV(B)39.88º92.27%70.98%-
XYZ26.4724.523.75-
YUV129.0963.05165.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.56%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 14 (5.86% from 255) = 4.38%
R=56.56%
G=39.06%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811251400.310.920.2939.8885.6438.24
HexB57DE01F5C1D285626
Octal26517516037134355012646
Binary10110101111110111100111111011100111011010001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57D0E; }

 p { color: rgb(181,125,14); }

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

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

 a { background-color: rgb(181,125,14); }

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

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

 span { border-color: rgb(181,125,14); }

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