#B08B75

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

Shades of Sandrift #B08B75

Tints of Sandrift #B08B75

Color information

#B08B75 (or 0xB08B75) is unknown color: approx Sandrift. HEX triplet: B0, 8B and 75. RGB value is (176,139,117). Sum of RGB (Red+Green+Blue) = 176+139+117=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08B75 is #4F748A. Grayscale: #939393. Windows color (decimal): -5207179 or 7703472. OLE color: 7703472.

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

Color convert

RGB176139117-
CMYK00.210.340.31
HSL22.37º27.19%57.45%-
HSV(B)22.37º33.52%69.02%-
XYZ30.3528.9820.82-
YUV147.55110.76148.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=40.74%
G=32.18%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613911700.210.340.3122.3727.1957.45
HexB08B75015221F161b39
Octal2602131650254237263371
Binary10110000100010111110101010101100010111111011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08B75; }

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

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

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

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

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

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

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

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