#B09075

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

Shades of Sandrift #B09075

Tints of Sandrift #B09075

Color information

#B09075 (or 0xB09075) is unknown color: approx Sandrift. HEX triplet: B0, 90 and 75. RGB value is (176,144,117). Sum of RGB (Red+Green+Blue) = 176+144+117=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B09075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09075 is #4F6F8A. Grayscale: #969696. Windows color (decimal): -5205899 or 7704752. OLE color: 7704752.

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

Color convert

RGB176144117-
CMYK00.180.340.31
HSL27.46º27.19%57.45%-
HSV(B)27.46º33.52%69.02%-
XYZ31.0930.4621.07-
YUV150.49109.1146.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=40.27%
G=32.95%
B=26.77%

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
Decimal17614411700.180.340.3127.4627.1957.45
HexB09075012221F1b1b39
Octal2602201650224237333371
Binary10110000100100001110101010010100010111111101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09075; }

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

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

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

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

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

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

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

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