#B29C88

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

Shades of Sandrift #B29C88

Tints of Sandrift #B29C88

Color information

#B29C88 (or 0xB29C88) is unknown color: approx Sandrift. HEX triplet: B2, 9C and 88. RGB value is (178,156,136). Sum of RGB (Red+Green+Blue) = 178+156+136=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C88 is #4D6377. Grayscale: #A0A0A0. Windows color (decimal): -5071736 or 8953010. OLE color: 8953010.

HSL color Cylindrical-coordinate representation of color #B29C88: hue angle of 28.57º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29C88 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB178156136-
CMYK00.120.240.30
HSL28.57º21.43%61.57%-
HSV(B)28.57º23.6%69.8%-
XYZ34.6935.0228.22-
YUV160.3114.29140.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=37.87%
G=33.19%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815613600.120.240.3028.5721.4361.57
HexB29C880C181E1d153e
Octal2622342100143036352576
Binary1011001010011100100010000110011000111101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C88; }

 p { color: rgb(178,156,136); }

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

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

 a { background-color: rgb(178,156,136); }

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

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

 span { border-color: rgb(178,156,136); }

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