Html Css Color HEX #B47E91 Tapestry

📋 copy color: '#B47E91'

red 180 ◦ green 126 ◦ blue 145

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

Shades of Tapestry #B47E91

Tints of Tapestry #B47E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.94%

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

R = 39.91%
G = 27.94%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47E91 (or 0xB47E91) is known color: Tapestry. HEX triplet: B4, 7E and 91. RGB value is (180,126,145). Sum of RGB (Red+Green+Blue) = 180+126+145=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E91 is #4B816E. Grayscale: #909090. Windows color (decimal): -4948335 or 9535156. OLE color: 9535156.

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

Color convert

RGB 180 126 145 -
CMYK 0 0.3 0.19 0.29
HSL 338.89º 0.26% 0.6% -
HSV(B) 338.89º 0.3% 0.71% -
XYZ 31.39 26.67 30.28 -
YUV 144.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 180 126 145 0 0.3 0.19 0.29 338.89 0.26 0.6
Hex B4 7E 91 0 1E 13 1D 153 1A 3C
Octal 264 176 221 0 36 23 35 523 32 74
Binary 10110100 1111110 10010001 0 11110 10011 11101 101010011 11010 111100

Color Harmonies of #B47E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E91

Black with #B47E91

Text Example


Text Example

White with #B47E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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