#B29986

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

Shades of Sandrift #B29986

Tints of Sandrift #B29986

Color information

#B29986 (or 0xB29986) is unknown color: approx Sandrift. HEX triplet: B2, 99 and 86. RGB value is (178,153,134). Sum of RGB (Red+Green+Blue) = 178+153+134=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B29986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29986 is #4D6679. Grayscale: #9E9E9E. Windows color (decimal): -5072506 or 8821170. OLE color: 8821170.

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

Color convert

RGB178153134-
CMYK00.140.250.30
HSL25.91º22.22%61.18%-
HSV(B)25.91º24.72%69.8%-
XYZ34.0533.9727.32-
YUV158.31114.28142.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=38.28%
G=32.90%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815313400.140.250.3025.9122.2261.18
HexB299860E191E1a163d
Octal2622312060163136322675
Binary1011001010011001100001100111011001111101101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29986; }

 p { color: rgb(178,153,134); }

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

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

 a { background-color: rgb(178,153,134); }

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

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

 span { border-color: rgb(178,153,134); }

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