#B58A71

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

Shades of Sandrift #B58A71

Tints of Sandrift #B58A71

Color information

#B58A71 (or 0xB58A71) is unknown color: approx Sandrift. HEX triplet: B5, 8A and 71. RGB value is (181,138,113). Sum of RGB (Red+Green+Blue) = 181+138+113=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A71 is #4A758E. Grayscale: #949494. Windows color (decimal): -4879759 or 7441077. OLE color: 7441077.

HSL color Cylindrical-coordinate representation of color #B58A71: hue angle of 22.06º 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 #B58A71 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB181138113-
CMYK00.240.380.29
HSL22.06º31.48%57.65%-
HSV(B)22.06º37.57%70.98%-
XYZ31.1329.1919.62-
YUV148.01108.25151.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=41.90%
G=31.94%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113811300.240.380.2922.0631.4857.65
HexB58A71018261D161f3a
Octal2652121610304635263772
Binary10110101100010101110001011000100110111011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A71; }

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

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

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

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

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

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

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

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