Html Css Color HEX #B47190 Tapestry

📋 copy color: '#B47190'

red 180 ◦ green 113 ◦ blue 144

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

Shades of Tapestry #B47190

Tints of Tapestry #B47190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.86%

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

R = 41.19%
G = 25.86%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B47190 (or 0xB47190) is known color: Tapestry. HEX triplet: B4, 71 and 90. RGB value is (180,113,144). Sum of RGB (Red+Green+Blue) = 180+113+144=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B47190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47190 is #4B8E6F. Grayscale: #888888. Windows color (decimal): -4951664 or 9466292. OLE color: 9466292.

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

Color convert

RGB 180 113 144 -
CMYK 0 0.37 0.2 0.29
HSL 332.24º 0.31% 0.57% -
HSV(B) 332.24º 0.37% 0.71% -
XYZ 29.76 23.53 29.36 -
YUV 136.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 180 113 144 0 0.37 0.2 0.29 332.24 0.31 0.57
Hex B4 71 90 0 25 14 1D 14C 1F 39
Octal 264 161 220 0 45 24 35 514 37 71
Binary 10110100 1110001 10010000 0 100101 10100 11101 101001100 11111 111001

Color Harmonies of #B47190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47190

Black with #B47190

Text Example


Text Example

White with #B47190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47190; }

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

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

background-color css

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

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

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

border-color css

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

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

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