Html Css Color HEX #B17F90 Tapestry

📋 copy color: '#B17F90'

red 177 ◦ green 127 ◦ blue 144

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

Shades of Tapestry #B17F90

Tints of Tapestry #B17F90

RGB

 RED value IS 177 (69.53% from 255) = 39.51%

 GREEN value IS 127 (50% from 255) = 28.35%

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 39.51%
G = 28.35%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B17F90 (or 0xB17F90) is known color: Tapestry. HEX triplet: B1, 7F and 90. RGB value is (177,127,144). Sum of RGB (Red+Green+Blue) = 177+127+144=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17F90 is #4E806F. Grayscale: #8F8F8F. Windows color (decimal): -5144688 or 9469873. OLE color: 9469873.

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

Color convert

RGB 177 127 144 -
CMYK 0 0.28 0.19 0.31
HSL 339.6º 0.24% 0.6% -
HSV(B) 339.6º 0.28% 0.69% -
XYZ 30.75 26.54 29.89 -
YUV 143.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 177 127 144 0 0.28 0.19 0.31 339.6 0.24 0.6
Hex B1 7F 90 0 1C 13 1F 154 18 3C
Octal 261 177 220 0 34 23 37 524 30 74
Binary 10110001 1111111 10010000 0 11100 10011 11111 101010100 11000 111100

Color Harmonies of #B17F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17F90

Black with #B17F90

Text Example


Text Example

White with #B17F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17F90; }

 p { color: rgb(177,127,144); }

 H1.HeaderClassName
 {
   color: #B17F90;
 }
 .AnyTagClassName
 {
   color: #B17F90;
 }
</style>

background-color css

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

 a { background-color: rgb(177,127,144); }

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

border-color css

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

 span { border-color: rgb(177,127,144); }

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