#B08E72

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

Shades of Sandrift #B08E72

Tints of Sandrift #B08E72

Color information

#B08E72 (or 0xB08E72) is unknown color: approx Sandrift. HEX triplet: B0, 8E and 72. RGB value is (176,142,114). Sum of RGB (Red+Green+Blue) = 176+142+114=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E72 is #4F718D. Grayscale: #959595. Windows color (decimal): -5206414 or 7507632. OLE color: 7507632.

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

Color convert

RGB176142114-
CMYK00.190.350.31
HSL27.1º28.18%56.86%-
HSV(B)27.1º35.23%69.02%-
XYZ30.6129.7920.06-
YUV148.97108.26147.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=40.74%
G=32.87%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614211400.190.350.3127.128.1856.86
HexB08E72013231F1b1c39
Octal2602161620234337333471
Binary10110000100011101110010010011100011111111101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E72; }

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

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

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

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

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

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

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

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