#B09981

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

Shades of Sandrift #B09981

Tints of Sandrift #B09981

Color information

#B09981 (or 0xB09981) is unknown color: approx Sandrift. HEX triplet: B0, 99 and 81. RGB value is (176,153,129). Sum of RGB (Red+Green+Blue) = 176+153+129=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B09981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09981 is #4F667E. Grayscale: #9D9D9D. Windows color (decimal): -5203583 or 8493488. OLE color: 8493488.

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

Color convert

RGB176153129-
CMYK00.130.270.31
HSL30.64º22.93%59.8%-
HSV(B)30.64º26.7%69.02%-
XYZ33.2633.625.5-
YUV157.14112.12141.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=38.43%
G=33.41%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615312900.130.270.3130.6422.9359.8
HexB099810D1B1F1f173c
Octal2602312010153337372774
Binary1011000010011001100000010110111011111111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09981; }

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

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

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

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

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

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

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

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