Html Css Color HEX #B56390 Tapestry

📋 copy color: '#B56390'

red 181 ◦ green 99 ◦ blue 144

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

Shades of Tapestry #B56390

Tints of Tapestry #B56390

RGB

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

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

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

R = 42.69%
G = 23.35%
B = 33.96%

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

#B56390 (or 0xB56390) is known color: Tapestry. HEX triplet: B5, 63 and 90. RGB value is (181,99,144). Sum of RGB (Red+Green+Blue) = 181+99+144=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B56390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56390 is #4A9C6F. Grayscale: #808080. Windows color (decimal): -4889712 or 9462709. OLE color: 9462709.

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

Color convert

RGB 181 99 144 -
CMYK 0 0.45 0.20 0.29
HSL 327.07º 0.36% 0.55% -
HSV(B) 327.07º 0.45% 0.71% -
XYZ 28.55 20.76 28.89 -
YUV 128.65 136.67 165.34 -
System Red Green Blue C M Y K H S L
Decimal 181 99 144 0 0.45 0.20 0.29 327.07 0.36 0.55
Hex B5 63 90 0 2D 14 1D 147 24 37
Octal 265 143 220 0 55 24 35 507 44 67
Binary 10110101 1100011 10010000 0 101101 10100 11101 101000111 100100 110111

Color Harmonies of #B56390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56390

Black with #B56390

Text Example


Text Example

White with #B56390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56390; }

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

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

background-color css

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

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

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

border-color css

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

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

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