#B29A80

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

Shades of Sandrift #B29A80

Tints of Sandrift #B29A80

Color information

#B29A80 (or 0xB29A80) is unknown color: approx Sandrift. HEX triplet: B2, 9A and 80. RGB value is (178,154,128). Sum of RGB (Red+Green+Blue) = 178+154+128=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A80 is #4D657F. Grayscale: #9E9E9E. Windows color (decimal): -5072256 or 8428210. OLE color: 8428210.

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

Color convert

RGB178154128-
CMYK00.130.280.30
HSL31.2º24.51%60%-
HSV(B)31.2º28.09%69.8%-
XYZ33.8134.1325.23-
YUV158.21110.95142.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=38.70%
G=33.48%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815412800.130.280.3031.224.5160
HexB29A800D1C1E1f193c
Octal2622322000153436373174
Binary1011001010011010100000000110111100111101111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A80; }

 p { color: rgb(178,154,128); }

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

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

 a { background-color: rgb(178,154,128); }

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

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

 span { border-color: rgb(178,154,128); }

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