#B5987C

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

Shades of Sandrift #B5987C

Tints of Sandrift #B5987C

Color information

#B5987C (or 0xB5987C) is unknown color: approx Sandrift. HEX triplet: B5, 98 and 7C. RGB value is (181,152,124). Sum of RGB (Red+Green+Blue) = 181+152+124=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5987C is #4A6783. Grayscale: #9D9D9D. Windows color (decimal): -4876164 or 8165557. OLE color: 8165557.

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

Color convert

RGB181152124-
CMYK00.160.310.29
HSL29.47º27.8%59.8%-
HSV(B)29.47º31.49%70.98%-
XYZ33.9233.7423.79-
YUV157.48109.11144.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 124 (48.83% from 255) = 27.13%
R=39.61%
G=33.26%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115212400.160.310.2929.4727.859.8
HexB5987C0101F1D1d1c3c
Octal2652301740203735353474
Binary1011010110011000111110001000011111111011110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5987C; }

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

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

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

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

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

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

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

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