#b57914

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

Shades of Dark Goldenrod #B57914

Tints of Dark Goldenrod #B57914

Color information

#B57914 (or 0xB57914) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 79 and 14. RGB value is (181,121,20). Sum of RGB (Red+Green+Blue) = 181+121+20=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B57914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57914 is #4A86EB. Grayscale: #7F7F7F. Windows color (decimal): -4884204 or 1341877. OLE color: 1341877.

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

Color convert

RGB18112120-
CMYK00.330.890.29
HSL37.64º80.1%39.41%-
HSV(B)37.64º88.95%70.98%-
XYZ26.0223.553.84-
YUV127.4367.38166.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 121 (47.66% from 255) = 37.58%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=56.21%
G=37.58%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811212000.330.890.2937.6480.139.41
HexB57914021591D265027
Octal26517124041131354612047
Binary1011010111110011010001000011011001111011001101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57914; }

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

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

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

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

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

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

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

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