#B58110

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

Shades of Dark Goldenrod #B58110

Tints of Dark Goldenrod #B58110

Color information

#B58110 (or 0xB58110) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 81 and 10. RGB value is (181,129,16). Sum of RGB (Red+Green+Blue) = 181+129+16=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B58110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58110 is #4A7EEF. Grayscale: #848484. Windows color (decimal): -4882160 or 1081781. OLE color: 1081781.

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

Color convert

RGB18112916-
CMYK00.290.910.29
HSL41.09º83.76%38.63%-
HSV(B)41.09º91.16%70.98%-
XYZ2725.564-
YUV131.6762.73163.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 16 (6.64% from 255) = 4.91%
R=55.52%
G=39.57%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811291600.290.910.2941.0983.7638.63
HexB5811001D5B1D295427
Octal26520120035133355112447
Binary1011010110000001100000111011011011111011010011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58110; }

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

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

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

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

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

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

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

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