#B1987B

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

Shades of Sandrift #B1987B

Tints of Sandrift #B1987B

Color information

#B1987B (or 0xB1987B) is unknown color: approx Sandrift. HEX triplet: B1, 98 and 7B. RGB value is (177,152,123). Sum of RGB (Red+Green+Blue) = 177+152+123=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1987B is #4E6784. Grayscale: #9C9C9C. Windows color (decimal): -5138309 or 8100017. OLE color: 8100017.

HSL color Cylindrical-coordinate representation of color #B1987B: hue angle of 32.22º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1987B is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB177152123-
CMYK00.140.310.31
HSL32.22º25.71%58.82%-
HSV(B)32.22º30.51%69.41%-
XYZ32.9333.2323.42-
YUV156.17109.28142.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 123 (48.44% from 255) = 27.21%
R=39.16%
G=33.63%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715212300.140.310.3132.2225.7158.82
HexB1987B0E1F1F201a3b
Octal2612301730163737403273
Binary1011000110011000111101101110111111111110000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1987B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1987B; }

 p { color: rgb(177,152,123); }

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

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

 a { background-color: rgb(177,152,123); }

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

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

 span { border-color: rgb(177,152,123); }

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