#B5860B

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

Shades of Dark Goldenrod #B5860B

Tints of Dark Goldenrod #B5860B

Color information

#B5860B (or 0xB5860B) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 86 and 0B. RGB value is (181,134,11). Sum of RGB (Red+Green+Blue) = 181+134+11=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5860B is #4A79F4. Grayscale: #868686. Windows color (decimal): -4880885 or 755381. OLE color: 755381.

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

Color convert

RGB18113411-
CMYK00.260.940.29
HSL43.41º88.54%37.65%-
HSV(B)43.41º93.92%70.98%-
XYZ27.6426.94.05-
YUV134.0358.57161.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.52%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 11 (4.69% from 255) = 3.37%
R=55.52%
G=41.10%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811341100.260.940.2943.4188.5437.65
HexB586B01A5E1D2b5926
Octal26520613032136355313146
Binary101101011000011010110110101011110111011010111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5860B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5860B; }

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

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

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

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

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

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

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

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