#B18F80

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

Shades of Sandrift #B18F80

Tints of Sandrift #B18F80

Color information

#B18F80 (or 0xB18F80) is unknown color: approx Sandrift. HEX triplet: B1, 8F and 80. RGB value is (177,143,128). Sum of RGB (Red+Green+Blue) = 177+143+128=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18F80 is #4E707F. Grayscale: #979797. Windows color (decimal): -5140608 or 8425393. OLE color: 8425393.

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

Color convert

RGB177143128-
CMYK00.190.280.31
HSL18.37º23.9%59.8%-
HSV(B)18.37º27.68%69.41%-
XYZ31.8530.5524.64-
YUV151.46114.76146.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 128 (50.39% from 255) = 28.57%
R=39.51%
G=31.92%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714312800.190.280.3118.3723.959.8
HexB18F800131C1F12183c
Octal2612172000233437223074
Binary10110001100011111000000001001111100111111001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18F80; }

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

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

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

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

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

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

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

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