#B58619

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

Shades of Dark Goldenrod #B58619

Tints of Dark Goldenrod #B58619

Color information

#B58619 (or 0xB58619) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 86 and 19. RGB value is (181,134,25). Sum of RGB (Red+Green+Blue) = 181+134+25=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B58619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58619 is #4A79E6. Grayscale: #888888. Windows color (decimal): -4880871 or 1672885. OLE color: 1672885.

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

Color convert

RGB18113425-
CMYK00.260.860.29
HSL41.92º75.73%40.39%-
HSV(B)41.92º86.19%70.98%-
XYZ27.7626.944.66-
YUV135.6365.57160.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.24%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 25 (10.16% from 255) = 7.35%
R=53.24%
G=39.41%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811342500.260.860.2941.9275.7340.39
HexB5861901A561D2a4c28
Octal26520631032126355211450
Binary1011010110000110110010110101010110111011010101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58619; }

 p { color: rgb(181,134,25); }

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

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

 a { background-color: rgb(181,134,25); }

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

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

 span { border-color: rgb(181,134,25); }

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