Html Css Color HEX #B47391 Tapestry

📋 copy color: '#B47391'

red 180 ◦ green 115 ◦ blue 145

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

Shades of Tapestry #B47391

Tints of Tapestry #B47391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.14%

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

R = 40.91%
G = 26.14%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47391 (or 0xB47391) is known color: Tapestry. HEX triplet: B4, 73 and 91. RGB value is (180,115,145). Sum of RGB (Red+Green+Blue) = 180+115+145=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47391 is #4B8C6E. Grayscale: #898989. Windows color (decimal): -4951151 or 9532340. OLE color: 9532340.

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

Color convert

RGB 180 115 145 -
CMYK 0 0.36 0.19 0.29
HSL 332.31º 0.3% 0.58% -
HSV(B) 332.31º 0.36% 0.71% -
XYZ 30.06 24.01 29.84 -
YUV 137.86 132.03 158.06 -
System Red Green Blue C M Y K H S L
Decimal 180 115 145 0 0.36 0.19 0.29 332.31 0.3 0.58
Hex B4 73 91 0 24 13 1D 14C 1E 3A
Octal 264 163 221 0 44 23 35 514 36 72
Binary 10110100 1110011 10010001 0 100100 10011 11101 101001100 11110 111010

Color Harmonies of #B47391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47391

Black with #B47391

Text Example


Text Example

White with #B47391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47391; }

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

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

background-color css

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

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

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

border-color css

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

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

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