#b58f14

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

Shades of Dark Goldenrod #B58F14

Tints of Dark Goldenrod #B58F14

Color information

#B58F14 (or 0xB58F14) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8F and 14. RGB value is (181,143,20). Sum of RGB (Red+Green+Blue) = 181+143+20=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58F14 is #4A70EB. Grayscale: #8C8C8C. Windows color (decimal): -4878572 or 1347509. OLE color: 1347509.

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

Color convert

RGB18114320-
CMYK00.210.890.29
HSL45.84º80.1%39.41%-
HSV(B)45.84º88.95%70.98%-
XYZ2929.524.83-
YUV140.3460.09157-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 143 (56.25% from 255) = 41.57%
BLUE value IS 20 (8.20% from 255) = 5.81%
R=52.62%
G=41.57%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811432000.210.890.2945.8480.139.41
HexB58F14015591D2e5027
Octal26521724025131355612047
Binary1011010110001111101000101011011001111011011101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58f14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58f14; }

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

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

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

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

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

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

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

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