#B29A7E

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

Shades of Sandrift #B29A7E

Tints of Sandrift #B29A7E

Color information

#B29A7E (or 0xB29A7E) is unknown color: approx Sandrift. HEX triplet: B2, 9A and 7E. RGB value is (178,154,126). Sum of RGB (Red+Green+Blue) = 178+154+126=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A7E is #4D6581. Grayscale: #9E9E9E. Windows color (decimal): -5072258 or 8297138. OLE color: 8297138.

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

Color convert

RGB178154126-
CMYK00.130.290.30
HSL32.31º25.24%59.61%-
HSV(B)32.31º29.21%69.8%-
XYZ33.6834.0824.54-
YUV157.98109.95142.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 154 (60.55% from 255) = 33.62%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=38.86%
G=33.62%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815412600.130.290.3032.3125.2459.61
HexB29A7E0D1D1E20193c
Octal2622321760153536403174
Binary1011001010011010111111001101111011111010000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A7E; }

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

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

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

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

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

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

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

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