#B29C89

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

Shades of Sandrift #B29C89

Tints of Sandrift #B29C89

Color information

#B29C89 (or 0xB29C89) is unknown color: approx Sandrift. HEX triplet: B2, 9C and 89. RGB value is (178,156,137). Sum of RGB (Red+Green+Blue) = 178+156+137=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B29C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29C89 is #4D6376. Grayscale: #A0A0A0. Windows color (decimal): -5071735 or 9018546. OLE color: 9018546.

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

Color convert

RGB178156137-
CMYK00.120.230.30
HSL27.8º21.03%61.76%-
HSV(B)27.8º23.03%69.8%-
XYZ34.7635.0528.6-
YUV160.41114.79140.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=37.79%
G=33.12%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815613700.120.230.3027.821.0361.76
HexB29C890C171E1c153e
Octal2622342110142736342576
Binary1011001010011100100010010110010111111101110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29C89; }

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

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

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

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

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

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

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

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