Html Css Color HEX #B47590 Tapestry

📋 copy color: '#B47590'

red 180 ◦ green 117 ◦ blue 144

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

Shades of Tapestry #B47590

Tints of Tapestry #B47590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.53%

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

R = 40.82%
G = 26.53%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B47590 (or 0xB47590) is known color: Tapestry. HEX triplet: B4, 75 and 90. RGB value is (180,117,144). Sum of RGB (Red+Green+Blue) = 180+117+144=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47590 is #4B8A6F. Grayscale: #8A8A8A. Windows color (decimal): -4950640 or 9467316. OLE color: 9467316.

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

Color convert

RGB 180 117 144 -
CMYK 0 0.35 0.2 0.29
HSL 334.29º 0.3% 0.58% -
HSV(B) 334.29º 0.35% 0.71% -
XYZ 30.22 24.44 29.51 -
YUV 138.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 180 117 144 0 0.35 0.2 0.29 334.29 0.3 0.58
Hex B4 75 90 0 23 14 1D 14E 1E 3A
Octal 264 165 220 0 43 24 35 516 36 72
Binary 10110100 1110101 10010000 0 100011 10100 11101 101001110 11110 111010

Color Harmonies of #B47590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47590

Black with #B47590

Text Example


Text Example

White with #B47590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47590; }

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

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

background-color css

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

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

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

border-color css

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

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

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