#B08E7F

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

Shades of Sandrift #B08E7F

Tints of Sandrift #B08E7F

Color information

#B08E7F (or 0xB08E7F) is unknown color: approx Sandrift. HEX triplet: B0, 8E and 7F. RGB value is (176,142,127). Sum of RGB (Red+Green+Blue) = 176+142+127=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E7F is #4F7180. Grayscale: #969696. Windows color (decimal): -5206401 or 8359600. OLE color: 8359600.

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

Color convert

RGB176142127-
CMYK00.190.280.31
HSL18.37º23.67%59.41%-
HSV(B)18.37º27.84%69.02%-
XYZ31.4130.1124.23-
YUV150.46114.76146.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 127 (50% from 255) = 28.54%
R=39.55%
G=31.91%
B=28.54%

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
Decimal17614212700.190.280.3118.3723.6759.41
HexB08E7F0131C1F12183b
Octal2602161770233437223073
Binary1011000010001110111111101001111100111111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E7F; }

 p { color: rgb(176,142,127); }

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

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

 a { background-color: rgb(176,142,127); }

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

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

 span { border-color: rgb(176,142,127); }

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