#B17660

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

Shades of Toast #B17660

Tints of Toast #B17660

Color information

#B17660 (or 0xB17660) is unknown color: approx Toast. HEX triplet: B1, 76 and 60. RGB value is (177,118,96). Sum of RGB (Red+Green+Blue) = 177+118+96=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B17660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17660 is #4E899F. Grayscale: #858585. Windows color (decimal): -5147040 or 6321841. OLE color: 6321841.

HSL color Cylindrical-coordinate representation of color #B17660: hue angle of 16.3º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17660 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17711896-
CMYK00.330.460.31
HSL16.3º34.18%53.53%-
HSV(B)16.3º45.76%69.41%-
XYZ26.7223.1514.13-
YUV133.13107.05159.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=45.27%
G=30.18%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771189600.330.460.3116.334.1853.53
HexB176600212E1F102236
Octal2611661400415637204266
Binary101100011110110110000001000011011101111110000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17660; }

 p { color: rgb(177,118,96); }

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

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

 a { background-color: rgb(177,118,96); }

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

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

 span { border-color: rgb(177,118,96); }

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