Html Css Color HEX #B17660 Toast

📋 copy color: '#B17660'

red 177 ◦ green 118 ◦ blue 96

#B17660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toast #B17660

Tints of Toast #B17660

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 value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B17660 (or 0xB17660) is known color: 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

RGB 177 118 96 -
CMYK 0 0.33 0.46 0.31
HSL 16.3º 0.34% 0.54% -
HSV(B) 16.3º 0.46% 0.69% -
XYZ 26.72 23.15 14.13 -
YUV 133.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 177 118 96 0 0.33 0.46 0.31 16.3 0.34 0.54
Hex B1 76 60 0 21 2E 1F 10 22 36
Octal 261 166 140 0 41 56 37 20 42 66
Binary 10110001 1110110 1100000 0 100001 101110 11111 10000 100010 110110

Color Harmonies of #B17660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17660

Black with #B17660

Text Example


Text Example

White with #B17660

Text Example


Text Example

HTML Codes & Css Web 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>