#B29D89

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

Shades of Sandrift #B29D89

Tints of Sandrift #B29D89

Color information

#B29D89 (or 0xB29D89) is unknown color: approx Sandrift. HEX triplet: B2, 9D and 89. RGB value is (178,157,137). Sum of RGB (Red+Green+Blue) = 178+157+137=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29D89 is #4D6276. Grayscale: #A1A1A1. Windows color (decimal): -5071479 or 9018802. OLE color: 9018802.

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

Color convert

RGB178157137-
CMYK00.120.230.30
HSL29.27º21.03%61.76%-
HSV(B)29.27º23.03%69.8%-
XYZ34.9335.3928.66-
YUV161114.46140.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=37.71%
G=33.26%
B=29.03%

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
Decimal17815713700.120.230.3029.2721.0361.76
HexB29D890C171E1d153e
Octal2622352110142736352576
Binary1011001010011101100010010110010111111101110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D89; }

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

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

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

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

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

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

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

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