#B58E71

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

Shades of Sandrift #B58E71

Tints of Sandrift #B58E71

Color information

#B58E71 (or 0xB58E71) is unknown color: approx Sandrift. HEX triplet: B5, 8E and 71. RGB value is (181,142,113). Sum of RGB (Red+Green+Blue) = 181+142+113=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E71 is #4A718E. Grayscale: #969696. Windows color (decimal): -4878735 or 7442101. OLE color: 7442101.

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

Color convert

RGB181142113-
CMYK00.220.380.29
HSL25.59º31.48%57.65%-
HSV(B)25.59º37.57%70.98%-
XYZ31.7130.3619.81-
YUV150.36106.92149.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=41.51%
G=32.57%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114211300.220.380.2925.5931.4857.65
HexB58E71016261D1a1f3a
Octal2652161610264635323772
Binary10110101100011101110001010110100110111011101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E71; }

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

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

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

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

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

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

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

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