#B08F75

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

Shades of Sandrift #B08F75

Tints of Sandrift #B08F75

Color information

#B08F75 (or 0xB08F75) is unknown color: approx Sandrift. HEX triplet: B0, 8F and 75. RGB value is (176,143,117). Sum of RGB (Red+Green+Blue) = 176+143+117=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08F75 is #4F708A. Grayscale: #969696. Windows color (decimal): -5206155 or 7704496. OLE color: 7704496.

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

Color convert

RGB176143117-
CMYK00.190.340.31
HSL26.44º27.19%57.45%-
HSV(B)26.44º33.52%69.02%-
XYZ30.9430.1621.02-
YUV149.9109.43146.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=40.37%
G=32.80%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614311700.190.340.3126.4427.1957.45
HexB08F75013221F1a1b39
Octal2602171650234237323371
Binary10110000100011111110101010011100010111111101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08F75; }

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

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

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

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

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

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

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

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