#B29A88

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

Shades of Sandrift #B29A88

Tints of Sandrift #B29A88

Color information

#B29A88 (or 0xB29A88) is unknown color: approx Sandrift. HEX triplet: B2, 9A and 88. RGB value is (178,154,136). Sum of RGB (Red+Green+Blue) = 178+154+136=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29A88 is #4D6577. Grayscale: #9F9F9F. Windows color (decimal): -5072248 or 8952498. OLE color: 8952498.

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

Color convert

RGB178154136-
CMYK00.130.240.30
HSL25.71º21.43%61.57%-
HSV(B)25.71º23.6%69.8%-
XYZ34.3634.3528.11-
YUV159.12114.95141.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 154 (60.55% from 255) = 32.91%
BLUE value IS 136 (53.52% from 255) = 29.06%
R=38.03%
G=32.91%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815413600.130.240.3025.7121.4361.57
HexB29A880D181E1a153e
Octal2622322100153036322576
Binary1011001010011010100010000110111000111101101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29A88; }

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

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

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

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

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

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

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

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