#B19B85

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

Shades of Sandrift #B19B85

Tints of Sandrift #B19B85

Color information

#B19B85 (or 0xB19B85) is unknown color: approx Sandrift. HEX triplet: B1, 9B and 85. RGB value is (177,155,133). Sum of RGB (Red+Green+Blue) = 177+155+133=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19B85 is #4E647A. Grayscale: #9F9F9F. Windows color (decimal): -5137531 or 8756145. OLE color: 8756145.

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

Color convert

RGB177155133-
CMYK00.120.250.31
HSL30º22%60.78%-
HSV(B)30º24.86%69.41%-
XYZ34.0934.4827.05-
YUV159.07113.29140.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 155 (60.94% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=38.06%
G=33.33%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715513300.120.250.31302260.78
HexB19B850C191F1e163d
Octal2612332050143137362675
Binary1011000110011011100001010110011001111111111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B85; }

 p { color: rgb(177,155,133); }

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

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

 a { background-color: rgb(177,155,133); }

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

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

 span { border-color: rgb(177,155,133); }

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