#B08E7E

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

Shades of Sandrift #B08E7E

Tints of Sandrift #B08E7E

Color information

#B08E7E (or 0xB08E7E) is unknown color: approx Sandrift. HEX triplet: B0, 8E and 7E. RGB value is (176,142,126). Sum of RGB (Red+Green+Blue) = 176+142+126=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E7E is #4F7181. Grayscale: #969696. Windows color (decimal): -5206402 or 8294064. OLE color: 8294064.

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

Color convert

RGB176142126-
CMYK00.190.280.31
HSL19.2º24.04%59.22%-
HSV(B)19.2º28.41%69.02%-
XYZ31.3430.0823.89-
YUV150.34114.26146.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=39.64%
G=31.98%
B=28.38%

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
Decimal17614212600.190.280.3119.224.0459.22
HexB08E7E0131C1F13183b
Octal2602161760233437233073
Binary1011000010001110111111001001111100111111001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E7E; }

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

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

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

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

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

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

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

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