#B09175

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

Shades of Sandrift #B09175

Tints of Sandrift #B09175

Color information

#B09175 (or 0xB09175) is unknown color: approx Sandrift. HEX triplet: B0, 91 and 75. RGB value is (176,145,117). Sum of RGB (Red+Green+Blue) = 176+145+117=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B09175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09175 is #4F6E8A. Grayscale: #979797. Windows color (decimal): -5205643 or 7705008. OLE color: 7705008.

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

Color convert

RGB176145117-
CMYK00.180.340.31
HSL28.47º27.19%57.45%-
HSV(B)28.47º33.52%69.02%-
XYZ31.2430.7721.12-
YUV151.08108.77145.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 145 (57.03% from 255) = 33.11%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=40.18%
G=33.11%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614511700.180.340.3128.4727.1957.45
HexB09175012221F1c1b39
Octal2602211650224237343371
Binary10110000100100011110101010010100010111111110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09175; }

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

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

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

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

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

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

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

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