#B19A86

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

Shades of Sandrift #B19A86

Tints of Sandrift #B19A86

Color information

#B19A86 (or 0xB19A86) is unknown color: approx Sandrift. HEX triplet: B1, 9A and 86. RGB value is (177,154,134). Sum of RGB (Red+Green+Blue) = 177+154+134=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A86 is #4E6579. Grayscale: #9E9E9E. Windows color (decimal): -5137786 or 8821425. OLE color: 8821425.

HSL color Cylindrical-coordinate representation of color #B19A86: hue angle of 27.91º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19A86 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB177154134-
CMYK00.130.240.31
HSL27.91º21.61%60.98%-
HSV(B)27.91º24.29%69.41%-
XYZ33.9934.1827.36-
YUV158.6114.12141.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=38.06%
G=33.12%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715413400.130.240.3127.9121.6160.98
HexB19A860D181F1c163d
Octal2612322060153037342675
Binary1011000110011010100001100110111000111111110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A86; }

 p { color: rgb(177,154,134); }

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

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

 a { background-color: rgb(177,154,134); }

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

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

 span { border-color: rgb(177,154,134); }

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