#B08A75

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

Shades of Sandrift #B08A75

Tints of Sandrift #B08A75

Color information

#B08A75 (or 0xB08A75) is unknown color: approx Sandrift. HEX triplet: B0, 8A and 75. RGB value is (176,138,117). Sum of RGB (Red+Green+Blue) = 176+138+117=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A75 is #4F758A. Grayscale: #939393. Windows color (decimal): -5207435 or 7703216. OLE color: 7703216.

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

Color convert

RGB176138117-
CMYK00.220.340.31
HSL21.36º27.19%57.45%-
HSV(B)21.36º33.52%69.02%-
XYZ30.228.6920.78-
YUV146.97111.09148.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=40.84%
G=32.02%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613811700.220.340.3121.3627.1957.45
HexB08A75016221F151b39
Octal2602121650264237253371
Binary10110000100010101110101010110100010111111010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A75; }

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

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

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

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

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

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

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

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