#B19A83

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

Shades of Sandrift #B19A83

Tints of Sandrift #B19A83

Color information

#B19A83 (or 0xB19A83) is unknown color: approx Sandrift. HEX triplet: B1, 9A and 83. RGB value is (177,154,131). Sum of RGB (Red+Green+Blue) = 177+154+131=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A83 is #4E657C. Grayscale: #9E9E9E. Windows color (decimal): -5137789 or 8624817. OLE color: 8624817.

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

Color convert

RGB177154131-
CMYK00.130.260.31
HSL30º22.77%60.39%-
HSV(B)30º25.99%69.41%-
XYZ33.7834.126.27-
YUV158.26112.62141.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 154 (60.55% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=38.31%
G=33.33%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715413100.130.260.313022.7760.39
HexB19A830D1A1F1e173c
Octal2612322030153237362774
Binary1011000110011010100000110110111010111111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A83; }

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

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

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

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

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

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

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

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