Html Css Color HEX #B47990 Tapestry

📋 copy color: '#B47990'

red 180 ◦ green 121 ◦ blue 144

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

Shades of Tapestry #B47990

Tints of Tapestry #B47990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.19%

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

R = 40.45%
G = 27.19%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B47990 (or 0xB47990) is known color: Tapestry. HEX triplet: B4, 79 and 90. RGB value is (180,121,144). Sum of RGB (Red+Green+Blue) = 180+121+144=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47990 is #4B866F. Grayscale: #8D8D8D. Windows color (decimal): -4949616 or 9468340. OLE color: 9468340.

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

Color convert

RGB 180 121 144 -
CMYK 0 0.33 0.2 0.29
HSL 336.61º 0.28% 0.59% -
HSV(B) 336.61º 0.33% 0.71% -
XYZ 30.69 25.39 29.67 -
YUV 141.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 180 121 144 0 0.33 0.2 0.29 336.61 0.28 0.59
Hex B4 79 90 0 21 14 1D 151 1C 3B
Octal 264 171 220 0 41 24 35 521 34 73
Binary 10110100 1111001 10010000 0 100001 10100 11101 101010001 11100 111011

Color Harmonies of #B47990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47990

Black with #B47990

Text Example


Text Example

White with #B47990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47990; }

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

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

background-color css

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

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

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

border-color css

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

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

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