#B58E76

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

Shades of Sandrift #B58E76

Tints of Sandrift #B58E76

Color information

#B58E76 (or 0xB58E76) is unknown color: approx Sandrift. HEX triplet: B5, 8E and 76. RGB value is (181,142,118). Sum of RGB (Red+Green+Blue) = 181+142+118=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E76 is #4A7189. Grayscale: #979797. Windows color (decimal): -4878730 or 7769781. OLE color: 7769781.

HSL color Cylindrical-coordinate representation of color #B58E76: hue angle of 22.86º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58E76 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB181142118-
CMYK00.220.350.29
HSL22.86º29.86%58.63%-
HSV(B)22.86º34.81%70.98%-
XYZ3230.4821.34-
YUV150.93109.42149.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 142 (55.86% from 255) = 32.20%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=41.04%
G=32.20%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114211800.220.350.2922.8629.8658.63
HexB58E76016231D171e3b
Octal2652161660264335273673
Binary10110101100011101110110010110100011111011011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E76; }

 p { color: rgb(181,142,118); }

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

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

 a { background-color: rgb(181,142,118); }

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

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

 span { border-color: rgb(181,142,118); }

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