Html Css Color HEX #B56591 Tapestry

📋 copy color: '#B56591'

red 181 ◦ green 101 ◦ blue 145

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

Shades of Tapestry #B56591

Tints of Tapestry #B56591

RGB

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

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

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

R = 42.39%
G = 23.65%
B = 33.96%

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

#B56591 (or 0xB56591) is known color: Tapestry. HEX triplet: B5, 65 and 91. RGB value is (181,101,145). Sum of RGB (Red+Green+Blue) = 181+101+145=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56591 is #4A9A6E. Grayscale: #818181. Windows color (decimal): -4889199 or 9528757. OLE color: 9528757.

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

Color convert

RGB 181 101 145 -
CMYK 0 0.44 0.20 0.29
HSL 327º 0.35% 0.55% -
HSV(B) 327º 0.44% 0.71% -
XYZ 28.82 21.18 29.36 -
YUV 129.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 181 101 145 0 0.44 0.20 0.29 327 0.35 0.55
Hex B5 65 91 0 2C 14 1D 147 23 37
Octal 265 145 221 0 54 24 35 507 43 67
Binary 10110101 1100101 10010001 0 101100 10100 11101 101000111 100011 110111

Color Harmonies of #B56591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56591

Black with #B56591

Text Example


Text Example

White with #B56591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56591; }

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

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

background-color css

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

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

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

border-color css

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

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

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