Html Css Color HEX #B47290 Tapestry

📋 copy color: '#B47290'

red 180 ◦ green 114 ◦ blue 144

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

Shades of Tapestry #B47290

Tints of Tapestry #B47290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.03%

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

R = 41.1%
G = 26.03%
B = 32.88%

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

#B47290 (or 0xB47290) is known color: Tapestry. HEX triplet: B4, 72 and 90. RGB value is (180,114,144). Sum of RGB (Red+Green+Blue) = 180+114+144=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B47290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47290 is #4B8D6F. Grayscale: #898989. Windows color (decimal): -4951408 or 9466548. OLE color: 9466548.

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

Color convert

RGB 180 114 144 -
CMYK 0 0.37 0.2 0.29
HSL 332.73º 0.31% 0.58% -
HSV(B) 332.73º 0.37% 0.71% -
XYZ 29.87 23.75 29.4 -
YUV 137.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 180 114 144 0 0.37 0.2 0.29 332.73 0.31 0.58
Hex B4 72 90 0 25 14 1D 14D 1F 3A
Octal 264 162 220 0 45 24 35 515 37 72
Binary 10110100 1110010 10010000 0 100101 10100 11101 101001101 11111 111010

Color Harmonies of #B47290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47290

Black with #B47290

Text Example


Text Example

White with #B47290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47290; }

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

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

background-color css

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

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

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

border-color css

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

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

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