#B58214

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

Shades of Dark Goldenrod #B58214

Tints of Dark Goldenrod #B58214

Color information

#B58214 (or 0xB58214) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 82 and 14. RGB value is (181,130,20). Sum of RGB (Red+Green+Blue) = 181+130+20=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B58214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58214 is #4A7DEB. Grayscale: #858585. Windows color (decimal): -4881900 or 1344181. OLE color: 1344181.

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

Color convert

RGB18113020-
CMYK00.280.890.29
HSL40.99º80.1%39.41%-
HSV(B)40.99º88.95%70.98%-
XYZ27.1625.844.22-
YUV132.7164.4162.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.68%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 20 (8.20% from 255) = 6.04%
R=54.68%
G=39.27%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811302000.280.890.2940.9980.139.41
HexB5821401C591D295027
Octal26520224034131355112047
Binary1011010110000010101000111001011001111011010011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58214; }

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

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

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

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

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

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

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

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