#B19371

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

Shades of Sandrift #B19371

Tints of Sandrift #B19371

Color information

#B19371 (or 0xB19371) is unknown color: approx Sandrift. HEX triplet: B1, 93 and 71. RGB value is (177,147,113). Sum of RGB (Red+Green+Blue) = 177+147+113=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B19371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19371 is #4E6C8E. Grayscale: #989898. Windows color (decimal): -5139599 or 7443377. OLE color: 7443377.

HSL color Cylindrical-coordinate representation of color #B19371: hue angle of 31.88º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19371 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB177147113-
CMYK00.170.360.31
HSL31.88º29.09%56.86%-
HSV(B)31.88º36.16%69.41%-
XYZ31.5531.4120.02-
YUV152.09105.94145.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 113 (44.53% from 255) = 25.86%
R=40.50%
G=33.64%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714711300.170.360.3131.8829.0956.86
HexB19371011241F201d39
Octal2612231610214437403571
Binary101100011001001111100010100011001001111110000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19371; }

 p { color: rgb(177,147,113); }

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

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

 a { background-color: rgb(177,147,113); }

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

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

 span { border-color: rgb(177,147,113); }

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