Html Css Color HEX #B47390 Tapestry

📋 copy color: '#B47390'

red 180 ◦ green 115 ◦ blue 144

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

Shades of Tapestry #B47390

Tints of Tapestry #B47390

RGB

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

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

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

R = 41%
G = 26.2%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B47390 (or 0xB47390) is known color: Tapestry. HEX triplet: B4, 73 and 90. RGB value is (180,115,144). Sum of RGB (Red+Green+Blue) = 180+115+144=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47390 is #4B8C6F. Grayscale: #898989. Windows color (decimal): -4951152 or 9466804. OLE color: 9466804.

HSL color Cylindrical-coordinate representation of color #B47390: hue angle of 333.23º 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 #B47390 is Cyan = 0, Magento = 0.36, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 115 144 -
CMYK 0 0.36 0.2 0.29
HSL 333.23º 0.3% 0.58% -
HSV(B) 333.23º 0.36% 0.71% -
XYZ 29.99 23.98 29.43 -
YUV 137.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 180 115 144 0 0.36 0.2 0.29 333.23 0.3 0.58
Hex B4 73 90 0 24 14 1D 14D 1E 3A
Octal 264 163 220 0 44 24 35 515 36 72
Binary 10110100 1110011 10010000 0 100100 10100 11101 101001101 11110 111010

Color Harmonies of #B47390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47390

Black with #B47390

Text Example


Text Example

White with #B47390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47390; }

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

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

background-color css

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

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

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

border-color css

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

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

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