#B5957C

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

Shades of Sandrift #B5957C

Tints of Sandrift #B5957C

Color information

#B5957C (or 0xB5957C) is unknown color: approx Sandrift. HEX triplet: B5, 95 and 7C. RGB value is (181,149,124). Sum of RGB (Red+Green+Blue) = 181+149+124=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5957C is #4A6A83. Grayscale: #9B9B9B. Windows color (decimal): -4876932 or 8164789. OLE color: 8164789.

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

Color convert

RGB181149124-
CMYK00.180.310.29
HSL26.32º27.8%59.8%-
HSV(B)26.32º31.49%70.98%-
XYZ33.4432.7723.63-
YUV155.72110.1146.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 124 (48.83% from 255) = 27.31%
R=39.87%
G=32.82%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114912400.180.310.2926.3227.859.8
HexB5957C0121F1D1a1c3c
Octal2652251740223735323474
Binary1011010110010101111110001001011111111011101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5957C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5957C; }

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

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

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

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

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

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

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

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