Html Css Color HEX #B56490 Tapestry

📋 copy color: '#B56490'

red 181 ◦ green 100 ◦ blue 144

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

Shades of Tapestry #B56490

Tints of Tapestry #B56490

RGB

 RED value IS 181 (71.09% from 255) = 42.59%

 GREEN value IS 100 (39.45% from 255) = 23.53%

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

R = 42.59%
G = 23.53%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B56490 (or 0xB56490) is known color: Tapestry. HEX triplet: B5, 64 and 90. RGB value is (181,100,144). Sum of RGB (Red+Green+Blue) = 181+100+144=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B56490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56490 is #4A9B6F. Grayscale: #818181. Windows color (decimal): -4889456 or 9462965. OLE color: 9462965.

HSL color Cylindrical-coordinate representation of color #B56490: hue angle of 327.41º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56490 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 100 144 -
CMYK 0 0.45 0.20 0.29
HSL 327.41º 0.35% 0.55% -
HSV(B) 327.41º 0.45% 0.71% -
XYZ 28.65 20.95 28.92 -
YUV 129.24 136.34 164.92 -
System Red Green Blue C M Y K H S L
Decimal 181 100 144 0 0.45 0.20 0.29 327.41 0.35 0.55
Hex B5 64 90 0 2D 14 1D 147 23 37
Octal 265 144 220 0 55 24 35 507 43 67
Binary 10110101 1100100 10010000 0 101101 10100 11101 101000111 100011 110111

Color Harmonies of #B56490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56490

Black with #B56490

Text Example


Text Example

White with #B56490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56490; }

 p { color: rgb(181,100,144); }

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

background-color css

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

 a { background-color: rgb(181,100,144); }

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

border-color css

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

 span { border-color: rgb(181,100,144); }

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