Html Css Color HEX #B47490 Tapestry

📋 copy color: '#B47490'

red 180 ◦ green 116 ◦ blue 144

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

Shades of Tapestry #B47490

Tints of Tapestry #B47490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.36%

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

R = 40.91%
G = 26.36%
B = 32.73%

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

#B47490 (or 0xB47490) is known color: Tapestry. HEX triplet: B4, 74 and 90. RGB value is (180,116,144). Sum of RGB (Red+Green+Blue) = 180+116+144=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B47490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47490 is #4B8B6F. Grayscale: #8A8A8A. Windows color (decimal): -4950896 or 9467060. OLE color: 9467060.

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

Color convert

RGB 180 116 144 -
CMYK 0 0.36 0.2 0.29
HSL 333.75º 0.3% 0.58% -
HSV(B) 333.75º 0.36% 0.71% -
XYZ 30.1 24.21 29.47 -
YUV 138.33 131.2 157.72 -
System Red Green Blue C M Y K H S L
Decimal 180 116 144 0 0.36 0.2 0.29 333.75 0.3 0.58
Hex B4 74 90 0 24 14 1D 14E 1E 3A
Octal 264 164 220 0 44 24 35 516 36 72
Binary 10110100 1110100 10010000 0 100100 10100 11101 101001110 11110 111010

Color Harmonies of #B47490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47490

Black with #B47490

Text Example


Text Example

White with #B47490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47490; }

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

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

background-color css

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

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

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

border-color css

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

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

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