#B29984

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

Shades of Sandrift #B29984

Tints of Sandrift #B29984

Color information

#B29984 (or 0xB29984) is unknown color: approx Sandrift. HEX triplet: B2, 99 and 84. RGB value is (178,153,132). Sum of RGB (Red+Green+Blue) = 178+153+132=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B29984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29984 is #4D667B. Grayscale: #9E9E9E. Windows color (decimal): -5072508 or 8690098. OLE color: 8690098.

HSL color Cylindrical-coordinate representation of color #B29984: hue angle of 27.39º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B29984 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178153132-
CMYK00.140.260.30
HSL27.39º23%60.78%-
HSV(B)27.39º25.84%69.8%-
XYZ33.9233.9126.59-
YUV158.08113.28142.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=38.44%
G=33.05%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815313200.140.260.3027.392360.78
HexB299840E1A1E1b173d
Octal2622312040163236332775
Binary1011001010011001100001000111011010111101101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29984; }

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

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

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

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

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

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

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

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