Html Css Color HEX #B47191 Tapestry

📋 copy color: '#B47191'

red 180 ◦ green 113 ◦ blue 145

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

Shades of Tapestry #B47191

Tints of Tapestry #B47191

RGB

 RED value IS 180 (70.7% from 255) = 41.1%

 GREEN value IS 113 (44.53% from 255) = 25.8%

 BLUE value IS 145 (57.03% from 255) = 33.11%

R = 41.1%
G = 25.8%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47191 (or 0xB47191) is known color: Tapestry. HEX triplet: B4, 71 and 91. RGB value is (180,113,145). Sum of RGB (Red+Green+Blue) = 180+113+145=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47191 is #4B8E6E. Grayscale: #888888. Windows color (decimal): -4951663 or 9531828. OLE color: 9531828.

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

Color convert

RGB 180 113 145 -
CMYK 0 0.37 0.19 0.29
HSL 331.34º 0.31% 0.57% -
HSV(B) 331.34º 0.37% 0.71% -
XYZ 29.84 23.56 29.76 -
YUV 136.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 180 113 145 0 0.37 0.19 0.29 331.34 0.31 0.57
Hex B4 71 91 0 25 13 1D 14B 1F 39
Octal 264 161 221 0 45 23 35 513 37 71
Binary 10110100 1110001 10010001 0 100101 10011 11101 101001011 11111 111001

Color Harmonies of #B47191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47191

Black with #B47191

Text Example


Text Example

White with #B47191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47191; }

 p { color: rgb(180,113,145); }

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

background-color css

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

 a { background-color: rgb(180,113,145); }

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

border-color css

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

 span { border-color: rgb(180,113,145); }

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