#B58114

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

Shades of Dark Goldenrod #B58114

Tints of Dark Goldenrod #B58114

Color information

#B58114 (or 0xB58114) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 81 and 14. RGB value is (181,129,20). Sum of RGB (Red+Green+Blue) = 181+129+20=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B58114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58114 is #4A7EEB. Grayscale: #848484. Windows color (decimal): -4882156 or 1343925. OLE color: 1343925.

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

Color convert

RGB18112920-
CMYK00.290.890.29
HSL40.62º80.1%39.41%-
HSV(B)40.62º88.95%70.98%-
XYZ27.0325.574.17-
YUV132.1264.73162.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.85%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 20 (8.20% from 255) = 6.06%
R=54.85%
G=39.09%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811292000.290.890.2940.6280.139.41
HexB5811401D591D295027
Octal26520124035131355112047
Binary1011010110000001101000111011011001111011010011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58114; }

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

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

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

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

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

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

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

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