#B18E80

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

Shades of Sandrift #B18E80

Tints of Sandrift #B18E80

Color information

#B18E80 (or 0xB18E80) is unknown color: approx Sandrift. HEX triplet: B1, 8E and 80. RGB value is (177,142,128). Sum of RGB (Red+Green+Blue) = 177+142+128=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18E80 is #4E717F. Grayscale: #969696. Windows color (decimal): -5140864 or 8425137. OLE color: 8425137.

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

Color convert

RGB177142128-
CMYK00.200.280.31
HSL17.14º23.9%59.8%-
HSV(B)17.14º27.68%69.41%-
XYZ31.730.2524.59-
YUV150.87115.1146.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=39.60%
G=31.77%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714212800.200.280.3117.1423.959.8
HexB18E800141C1F11183c
Octal2612162000243437213074
Binary10110001100011101000000001010011100111111000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18E80; }

 p { color: rgb(177,142,128); }

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

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

 a { background-color: rgb(177,142,128); }

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

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

 span { border-color: rgb(177,142,128); }

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