#B58810

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

Shades of Dark Goldenrod #B58810

Tints of Dark Goldenrod #B58810

Color information

#B58810 (or 0xB58810) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 88 and 10. RGB value is (181,136,16). Sum of RGB (Red+Green+Blue) = 181+136+16=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B58810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58810 is #4A77EF. Grayscale: #888888. Windows color (decimal): -4880368 or 1083573. OLE color: 1083573.

HSL color Cylindrical-coordinate representation of color #B58810: hue angle of 43.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B58810 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18113616-
CMYK00.250.910.29
HSL43.64º83.76%38.63%-
HSV(B)43.64º91.16%70.98%-
XYZ27.9527.474.32-
YUV135.7860.41160.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 16 (6.64% from 255) = 4.80%
R=54.35%
G=40.84%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811361600.250.910.2943.6483.7638.63
HexB588100195B1D2c5427
Octal26521020031133355412447
Binary1011010110001000100000110011011011111011011001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58810; }

 p { color: rgb(181,136,16); }

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

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

 a { background-color: rgb(181,136,16); }

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

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

 span { border-color: rgb(181,136,16); }

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