Html Css Color HEX #B47991 Tapestry

📋 copy color: '#B47991'

red 180 ◦ green 121 ◦ blue 145

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

Shades of Tapestry #B47991

Tints of Tapestry #B47991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.13%

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

R = 40.36%
G = 27.13%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47991 (or 0xB47991) is known color: Tapestry. HEX triplet: B4, 79 and 91. RGB value is (180,121,145). Sum of RGB (Red+Green+Blue) = 180+121+145=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B47991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47991 is #4B866E. Grayscale: #8D8D8D. Windows color (decimal): -4949615 or 9533876. OLE color: 9533876.

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

Color convert

RGB 180 121 145 -
CMYK 0 0.33 0.19 0.29
HSL 335.59º 0.28% 0.59% -
HSV(B) 335.59º 0.33% 0.71% -
XYZ 30.77 25.42 30.07 -
YUV 141.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 180 121 145 0 0.33 0.19 0.29 335.59 0.28 0.59
Hex B4 79 91 0 21 13 1D 150 1C 3B
Octal 264 171 221 0 41 23 35 520 34 73
Binary 10110100 1111001 10010001 0 100001 10011 11101 101010000 11100 111011

Color Harmonies of #B47991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47991

Black with #B47991

Text Example


Text Example

White with #B47991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47991; }

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

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

background-color css

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

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

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

border-color css

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

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

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