Html Css Color HEX #B56391 Tapestry

📋 copy color: '#B56391'

red 181 ◦ green 99 ◦ blue 145

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

Shades of Tapestry #B56391

Tints of Tapestry #B56391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

 BLUE value IS 145 (57.03% from 255) = 34.12%

R = 42.59%
G = 23.29%
B = 34.12%

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

#B56391 (or 0xB56391) is known color: Tapestry. HEX triplet: B5, 63 and 91. RGB value is (181,99,145). Sum of RGB (Red+Green+Blue) = 181+99+145=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B56391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56391 is #4A9C6E. Grayscale: #808080. Windows color (decimal): -4889711 or 9528245. OLE color: 9528245.

HSL color Cylindrical-coordinate representation of color #B56391: hue angle of 326.34º degrees, saturation: 0.36, 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 #B56391 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 99 145 -
CMYK 0 0.45 0.20 0.29
HSL 326.34º 0.36% 0.55% -
HSV(B) 326.34º 0.45% 0.71% -
XYZ 28.63 20.79 29.29 -
YUV 128.76 137.17 165.26 -
System Red Green Blue C M Y K H S L
Decimal 181 99 145 0 0.45 0.20 0.29 326.34 0.36 0.55
Hex B5 63 91 0 2D 14 1D 146 24 37
Octal 265 143 221 0 55 24 35 506 44 67
Binary 10110101 1100011 10010001 0 101101 10100 11101 101000110 100100 110111

Color Harmonies of #B56391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56391

Black with #B56391

Text Example


Text Example

White with #B56391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56391; }

 p { color: rgb(181,99,145); }

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

background-color css

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

 a { background-color: rgb(181,99,145); }

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

border-color css

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

 span { border-color: rgb(181,99,145); }

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