#B5957F

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

Shades of Sandrift #B5957F

Tints of Sandrift #B5957F

Color information

#B5957F (or 0xB5957F) is unknown color: approx Sandrift. HEX triplet: B5, 95 and 7F. RGB value is (181,149,127). Sum of RGB (Red+Green+Blue) = 181+149+127=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5957F is #4A6A80. Grayscale: #9C9C9C. Windows color (decimal): -4876929 or 8361397. OLE color: 8361397.

HSL color Cylindrical-coordinate representation of color #B5957F: hue angle of 24.44º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5957F is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB181149127-
CMYK00.180.300.29
HSL24.44º26.73%60.39%-
HSV(B)24.44º29.83%70.98%-
XYZ33.6332.8524.65-
YUV156.06111.6145.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 127 (50% from 255) = 27.79%
R=39.61%
G=32.60%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114912700.180.300.2924.4426.7360.39
HexB5957F0121E1D181b3c
Octal2652251770223635303374
Binary1011010110010101111111101001011110111011100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5957F; }

 p { color: rgb(181,149,127); }

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

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

 a { background-color: rgb(181,149,127); }

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

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

 span { border-color: rgb(181,149,127); }

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