#B5987D

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

Shades of Sandrift #B5987D

Tints of Sandrift #B5987D

Color information

#B5987D (or 0xB5987D) is unknown color: approx Sandrift. HEX triplet: B5, 98 and 7D. RGB value is (181,152,125). Sum of RGB (Red+Green+Blue) = 181+152+125=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5987D is #4A6782. Grayscale: #9D9D9D. Windows color (decimal): -4876163 or 8231093. OLE color: 8231093.

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

Color convert

RGB181152125-
CMYK00.160.310.29
HSL28.93º27.45%60%-
HSV(B)28.93º30.94%70.98%-
XYZ33.9933.7624.13-
YUV157.59109.61144.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=39.52%
G=33.19%
B=27.29%

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
Decimal18115212500.160.310.2928.9327.4560
HexB5987D0101F1D1d1b3c
Octal2652301750203735353374
Binary1011010110011000111110101000011111111011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5987D; }

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

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

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

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

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

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

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

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