Html Css Color HEX #B17090 Tapestry

📋 copy color: '#B17090'

red 177 ◦ green 112 ◦ blue 144

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

Shades of Tapestry #B17090

Tints of Tapestry #B17090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 40.88%
G = 25.87%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B17090 (or 0xB17090) is known color: Tapestry. HEX triplet: B1, 70 and 90. RGB value is (177,112,144). Sum of RGB (Red+Green+Blue) = 177+112+144=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B17090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17090 is #4E8F6F. Grayscale: #878787. Windows color (decimal): -5148528 or 9466033. OLE color: 9466033.

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

Color convert

RGB 177 112 144 -
CMYK 0 0.37 0.19 0.31
HSL 330.46º 0.29% 0.57% -
HSV(B) 330.46º 0.37% 0.69% -
XYZ 28.96 22.95 29.29 -
YUV 135.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 177 112 144 0 0.37 0.19 0.31 330.46 0.29 0.57
Hex B1 70 90 0 25 13 1F 14A 1D 39
Octal 261 160 220 0 45 23 37 512 35 71
Binary 10110001 1110000 10010000 0 100101 10011 11111 101001010 11101 111001

Color Harmonies of #B17090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17090

Black with #B17090

Text Example


Text Example

White with #B17090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17090; }

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

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

background-color css

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

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

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

border-color css

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

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

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