#B29A83

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

Shades of Sandrift #B29A83

Tints of Sandrift #B29A83

Color information

#B29A83 (or 0xB29A83) is unknown color: approx Sandrift. HEX triplet: B2, 9A and 83. RGB value is (178,154,131). Sum of RGB (Red+Green+Blue) = 178+154+131=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A83 is #4D657C. Grayscale: #9E9E9E. Windows color (decimal): -5072253 or 8624818. OLE color: 8624818.

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

Color convert

RGB178154131-
CMYK00.130.260.30
HSL29.36º23.38%60.59%-
HSV(B)29.36º26.4%69.8%-
XYZ34.0134.2126.28-
YUV158.55112.45141.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 154 (60.55% from 255) = 33.26%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=38.44%
G=33.26%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815413100.130.260.3029.3623.3860.59
HexB29A830D1A1E1d173d
Octal2622322030153236352775
Binary1011001010011010100000110110111010111101110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A83; }

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

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

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

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

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

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

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

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