#B58A14

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

Shades of Dark Goldenrod #B58A14

Tints of Dark Goldenrod #B58A14

Color information

#B58A14 (or 0xB58A14) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 8A and 14. RGB value is (181,138,20). Sum of RGB (Red+Green+Blue) = 181+138+20=339 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.39% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A14 is #4A75EB. Grayscale: #898989. Windows color (decimal): -4879852 or 1346229. OLE color: 1346229.

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

Color convert

RGB18113820-
CMYK00.240.890.29
HSL43.98º80.1%39.41%-
HSV(B)43.98º88.95%70.98%-
XYZ28.2728.054.59-
YUV137.461.75159.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.39%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 20 (8.20% from 255) = 5.90%
R=53.39%
G=40.71%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811382000.240.890.2943.9880.139.41
HexB58A14018591D2c5027
Octal26521224030131355412047
Binary1011010110001010101000110001011001111011011001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A14; }

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

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

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

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

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

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

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

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