#B5937C

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

Shades of Sandrift #B5937C

Tints of Sandrift #B5937C

Color information

#B5937C (or 0xB5937C) is unknown color: approx Sandrift. HEX triplet: B5, 93 and 7C. RGB value is (181,147,124). Sum of RGB (Red+Green+Blue) = 181+147+124=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5937C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5937C is #4A6C83. Grayscale: #9A9A9A. Windows color (decimal): -4877444 or 8164277. OLE color: 8164277.

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

Color convert

RGB181147124-
CMYK00.190.310.29
HSL24.21º27.8%59.8%-
HSV(B)24.21º31.49%70.98%-
XYZ33.1332.1523.53-
YUV154.54110.76146.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 147 (57.81% from 255) = 32.52%
BLUE value IS 124 (48.83% from 255) = 27.43%
R=40.04%
G=32.52%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114712400.190.310.2924.2127.859.8
HexB5937C0131F1D181c3c
Octal2652231740233735303474
Binary1011010110010011111110001001111111111011100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5937C; }

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

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

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

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

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

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

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

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