#B29A7D

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

Shades of Sandrift #B29A7D

Tints of Sandrift #B29A7D

Color information

#B29A7D (or 0xB29A7D) is unknown color: approx Sandrift. HEX triplet: B2, 9A and 7D. RGB value is (178,154,125). Sum of RGB (Red+Green+Blue) = 178+154+125=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A7D is #4D6582. Grayscale: #9E9E9E. Windows color (decimal): -5072259 or 8231602. OLE color: 8231602.

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

Color convert

RGB178154125-
CMYK00.130.300.30
HSL32.83º25.6%59.41%-
HSV(B)32.83º29.78%69.8%-
XYZ33.6234.0624.2-
YUV157.87109.45142.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=38.95%
G=33.70%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815412500.130.300.3032.8325.659.41
HexB29A7D0D1E1E211a3b
Octal2622321750153636413273
Binary1011001010011010111110101101111101111010000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A7D; }

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

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

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

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

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

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

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

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