#B08F76

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

Shades of Sandrift #B08F76

Tints of Sandrift #B08F76

Color information

#B08F76 (or 0xB08F76) is unknown color: approx Sandrift. HEX triplet: B0, 8F and 76. RGB value is (176,143,118). Sum of RGB (Red+Green+Blue) = 176+143+118=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F76 is #4F7089. Grayscale: #969696. Windows color (decimal): -5206154 or 7770032. OLE color: 7770032.

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

Color convert

RGB176143118-
CMYK00.190.330.31
HSL25.86º26.85%57.65%-
HSV(B)25.86º32.95%69.02%-
XYZ3130.1821.33-
YUV150.02109.93146.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=40.27%
G=32.72%
B=27.00%

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
Decimal17614311800.190.330.3125.8626.8557.65
HexB08F76013211F1a1b3a
Octal2602171660234137323372
Binary10110000100011111110110010011100001111111101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F76; }

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

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

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

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

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

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

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

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