#B08F81

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

Shades of Sandrift #B08F81

Tints of Sandrift #B08F81

Color information

#B08F81 (or 0xB08F81) is unknown color: approx Sandrift. HEX triplet: B0, 8F and 81. RGB value is (176,143,129). Sum of RGB (Red+Green+Blue) = 176+143+129=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F81 is #4F707E. Grayscale: #979797. Windows color (decimal): -5206143 or 8490928. OLE color: 8490928.

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

Color convert

RGB176143129-
CMYK00.190.270.31
HSL17.87º22.93%59.8%-
HSV(B)17.87º26.7%69.02%-
XYZ31.6930.4624.98-
YUV151.27115.43145.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.29%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 129 (50.78% from 255) = 28.79%
R=39.29%
G=31.92%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614312900.190.270.3117.8722.9359.8
HexB08F810131B1F12173c
Octal2602172010233337222774
Binary10110000100011111000000101001111011111111001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F81; }

 p { color: rgb(176,143,129); }

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

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

 a { background-color: rgb(176,143,129); }

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

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

 span { border-color: rgb(176,143,129); }

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