#B09985

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

Shades of Sandrift #B09985

Tints of Sandrift #B09985

Color information

#B09985 (or 0xB09985) is unknown color: approx Sandrift. HEX triplet: B0, 99 and 85. RGB value is (176,153,133). Sum of RGB (Red+Green+Blue) = 176+153+133=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B09985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09985 is #4F667A. Grayscale: #9D9D9D. Windows color (decimal): -5203579 or 8755632. OLE color: 8755632.

HSL color Cylindrical-coordinate representation of color #B09985: hue angle of 27.91º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09985 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB176153133-
CMYK00.130.240.31
HSL27.91º21.39%60.59%-
HSV(B)27.91º24.43%69.02%-
XYZ33.5333.7126.93-
YUV157.6114.12141.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 133 (52.34% from 255) = 28.79%
R=38.10%
G=33.12%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615313300.130.240.3127.9121.3960.59
HexB099850D181F1c153d
Octal2602312050153037342575
Binary1011000010011001100001010110111000111111110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09985; }

 p { color: rgb(176,153,133); }

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

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

 a { background-color: rgb(176,153,133); }

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

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

 span { border-color: rgb(176,153,133); }

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