Html Css Color HEX #B56590 Tapestry

📋 copy color: '#B56590'

red 181 ◦ green 101 ◦ blue 144

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

Shades of Tapestry #B56590

Tints of Tapestry #B56590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

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

R = 42.49%
G = 23.71%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B56590 (or 0xB56590) is known color: Tapestry. HEX triplet: B5, 65 and 90. RGB value is (181,101,144). Sum of RGB (Red+Green+Blue) = 181+101+144=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56590 is #4A9A6F. Grayscale: #818181. Windows color (decimal): -4889200 or 9463221. OLE color: 9463221.

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

Color convert

RGB 181 101 144 -
CMYK 0 0.44 0.20 0.29
HSL 327.75º 0.35% 0.55% -
HSV(B) 327.75º 0.44% 0.71% -
XYZ 28.74 21.14 28.95 -
YUV 129.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 181 101 144 0 0.44 0.20 0.29 327.75 0.35 0.55
Hex B5 65 90 0 2C 14 1D 148 23 37
Octal 265 145 220 0 54 24 35 510 43 67
Binary 10110101 1100101 10010000 0 101100 10100 11101 101001000 100011 110111

Color Harmonies of #B56590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56590

Black with #B56590

Text Example


Text Example

White with #B56590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56590; }

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

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

background-color css

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

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

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

border-color css

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

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

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