#B49684

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

Shades of Sandrift #B49684

Tints of Sandrift #B49684

Color information

#B49684 (or 0xB49684) is unknown color: approx Sandrift. HEX triplet: B4, 96 and 84. RGB value is (180,150,132). Sum of RGB (Red+Green+Blue) = 180+150+132=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49684 is #4B697B. Grayscale: #9D9D9D. Windows color (decimal): -4942204 or 8689332. OLE color: 8689332.

HSL color Cylindrical-coordinate representation of color #B49684: hue angle of 22.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B49684 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB180150132-
CMYK00.170.270.29
HSL22.5º24.24%61.18%-
HSV(B)22.5º26.67%70.59%-
XYZ33.8933.1826.45-
YUV156.92113.94144.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 150 (58.98% from 255) = 32.47%
BLUE value IS 132 (51.95% from 255) = 28.57%
R=38.96%
G=32.47%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015013200.170.270.2922.524.2461.18
HexB496840111B1D17183d
Octal2642262040213335273075
Binary10110100100101101000010001000111011111011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49684; }

 p { color: rgb(180,150,132); }

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

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

 a { background-color: rgb(180,150,132); }

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

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

 span { border-color: rgb(180,150,132); }

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