Html Css Color HEX #B47A90 Tapestry

📋 copy color: '#B47A90'

red 180 ◦ green 122 ◦ blue 144

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

Shades of Tapestry #B47A90

Tints of Tapestry #B47A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.35%

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

R = 40.36%
G = 27.35%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B47A90 (or 0xB47A90) is known color: Tapestry. HEX triplet: B4, 7A and 90. RGB value is (180,122,144). Sum of RGB (Red+Green+Blue) = 180+122+144=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A90 is #4B856F. Grayscale: #8D8D8D. Windows color (decimal): -4949360 or 9468596. OLE color: 9468596.

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

Color convert

RGB 180 122 144 -
CMYK 0 0.32 0.2 0.29
HSL 337.24º 0.28% 0.59% -
HSV(B) 337.24º 0.32% 0.71% -
XYZ 30.82 25.64 29.71 -
YUV 141.85 129.22 155.21 -
System Red Green Blue C M Y K H S L
Decimal 180 122 144 0 0.32 0.2 0.29 337.24 0.28 0.59
Hex B4 7A 90 0 20 14 1D 151 1C 3B
Octal 264 172 220 0 40 24 35 521 34 73
Binary 10110100 1111010 10010000 0 100000 10100 11101 101010001 11100 111011

Color Harmonies of #B47A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A90

Black with #B47A90

Text Example


Text Example

White with #B47A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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