#B29B87

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

Shades of Sandrift #B29B87

Tints of Sandrift #B29B87

Color information

#B29B87 (or 0xB29B87) is unknown color: approx Sandrift. HEX triplet: B2, 9B and 87. RGB value is (178,155,135). Sum of RGB (Red+Green+Blue) = 178+155+135=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29B87 is #4D6478. Grayscale: #9F9F9F. Windows color (decimal): -5071993 or 8887218. OLE color: 8887218.

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

Color convert

RGB178155135-
CMYK00.130.240.30
HSL27.91º21.83%61.37%-
HSV(B)27.91º24.16%69.8%-
XYZ34.4534.6627.8-
YUV159.6114.12141.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 155 (60.94% from 255) = 33.12%
BLUE value IS 135 (53.12% from 255) = 28.85%
R=38.03%
G=33.12%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815513500.130.240.3027.9121.8361.37
HexB29B870D181E1c163d
Octal2622332070153036342675
Binary1011001010011011100001110110111000111101110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B87; }

 p { color: rgb(178,155,135); }

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

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

 a { background-color: rgb(178,155,135); }

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

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

 span { border-color: rgb(178,155,135); }

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