#B08E76

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

Shades of Sandrift #B08E76

Tints of Sandrift #B08E76

Color information

#B08E76 (or 0xB08E76) is unknown color: approx Sandrift. HEX triplet: B0, 8E and 76. RGB value is (176,142,118). Sum of RGB (Red+Green+Blue) = 176+142+118=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08E76 is #4F7189. Grayscale: #959595. Windows color (decimal): -5206410 or 7769776. OLE color: 7769776.

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

Color convert

RGB176142118-
CMYK00.190.330.31
HSL24.83º26.85%57.65%-
HSV(B)24.83º32.95%69.02%-
XYZ30.8529.8821.28-
YUV149.43110.26146.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 142 (55.86% from 255) = 32.57%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=40.37%
G=32.57%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614211800.190.330.3124.8326.8557.65
HexB08E76013211F191b3a
Octal2602161660234137313372
Binary10110000100011101110110010011100001111111100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08E76; }

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

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

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

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

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

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

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

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