#B09984

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

Shades of Sandrift #B09984

Tints of Sandrift #B09984

Color information

#B09984 (or 0xB09984) is unknown color: approx Sandrift. HEX triplet: B0, 99 and 84. RGB value is (176,153,132). Sum of RGB (Red+Green+Blue) = 176+153+132=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B09984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09984 is #4F667B. Grayscale: #9D9D9D. Windows color (decimal): -5203580 or 8690096. OLE color: 8690096.

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

Color convert

RGB176153132-
CMYK00.130.250.31
HSL28.64º21.78%60.39%-
HSV(B)28.64º25%69.02%-
XYZ33.4633.6826.57-
YUV157.48113.62141.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=38.18%
G=33.19%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615313200.130.250.3128.6421.7860.39
HexB099840D191F1d163c
Octal2602312040153137352674
Binary1011000010011001100001000110111001111111110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09984; }

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

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

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

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

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

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

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

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