#B29484

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

Shades of Sandrift #B29484

Tints of Sandrift #B29484

Color information

#B29484 (or 0xB29484) is unknown color: approx Sandrift. HEX triplet: B2, 94 and 84. RGB value is (178,148,132). Sum of RGB (Red+Green+Blue) = 178+148+132=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B29484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29484 is #4D6B7B. Grayscale: #9B9B9B. Windows color (decimal): -5073788 or 8688818. OLE color: 8688818.

HSL color Cylindrical-coordinate representation of color #B29484: hue angle of 20.87º 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 #B29484 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB178148132-
CMYK00.170.260.30
HSL20.87º23%60.78%-
HSV(B)20.87º25.84%69.8%-
XYZ33.1132.3126.32-
YUV155.15114.94144.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 132 (51.95% from 255) = 28.82%
R=38.86%
G=32.31%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814813200.170.260.3020.872360.78
HexB294840111A1E15173d
Octal2622242040213236252775
Binary10110010100101001000010001000111010111101010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29484; }

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

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

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

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

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

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

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

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