#B29A7F

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

Shades of Sandrift #B29A7F

Tints of Sandrift #B29A7F

Color information

#B29A7F (or 0xB29A7F) is unknown color: approx Sandrift. HEX triplet: B2, 9A and 7F. RGB value is (178,154,127). Sum of RGB (Red+Green+Blue) = 178+154+127=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29A7F is #4D6580. Grayscale: #9E9E9E. Windows color (decimal): -5072257 or 8362674. OLE color: 8362674.

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

Color convert

RGB178154127-
CMYK00.130.290.30
HSL31.76º24.88%59.8%-
HSV(B)31.76º28.65%69.8%-
XYZ33.7534.1124.88-
YUV158.1110.45142.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 127 (50% from 255) = 27.67%
R=38.78%
G=33.55%
B=27.67%

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
Decimal17815412700.130.290.3031.7624.8859.8
HexB29A7F0D1D1E20193c
Octal2622321770153536403174
Binary1011001010011010111111101101111011111010000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A7F; }

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

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

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

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

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

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

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

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