#b57f14

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

Shades of Dark Goldenrod #B57F14

Tints of Dark Goldenrod #B57F14

Color information

#B57F14 (or 0xB57F14) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 7F and 14. RGB value is (181,127,20). Sum of RGB (Red+Green+Blue) = 181+127+20=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57F14 is #4A80EB. Grayscale: #838383. Windows color (decimal): -4882668 or 1343413. OLE color: 1343413.

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

Color convert

RGB18112720-
CMYK00.300.890.29
HSL39.88º80.1%39.41%-
HSV(B)39.88º88.95%70.98%-
XYZ26.7725.054.09-
YUV130.9565.39163.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.18%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 20 (8.20% from 255) = 6.10%
R=55.18%
G=38.72%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811272000.300.890.2939.8880.139.41
HexB57F1401E591D285027
Octal26517724036131355012047
Binary101101011111111101000111101011001111011010001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57f14; }

 p { color: rgb(181,127,20); }

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

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

 a { background-color: rgb(181,127,20); }

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

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

 span { border-color: rgb(181,127,20); }

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