#B58315

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

Shades of Dark Goldenrod #B58315

Tints of Dark Goldenrod #B58315

Color information

#B58315 (or 0xB58315) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 83 and 15. RGB value is (181,131,21). Sum of RGB (Red+Green+Blue) = 181+131+21=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B58315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58315 is #4A7CEA. Grayscale: #858585. Windows color (decimal): -4881643 or 1409973. OLE color: 1409973.

HSL color Cylindrical-coordinate representation of color #B58315: hue angle of 41.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B58315 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18113121-
CMYK00.280.880.29
HSL41.25º79.21%39.61%-
HSV(B)41.25º88.4%70.98%-
XYZ27.3126.114.31-
YUV133.4164.57161.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.35%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 21 (8.59% from 255) = 6.31%
R=54.35%
G=39.34%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811312100.280.880.2941.2579.2139.61
HexB5831501C581D294f28
Octal26520325034130355111750
Binary1011010110000011101010111001011000111011010011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58315; }

 p { color: rgb(181,131,21); }

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

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

 a { background-color: rgb(181,131,21); }

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

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

 span { border-color: rgb(181,131,21); }

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