Html Css Color HEX #B55C82 Tapestry

📋 copy color: '#B55C82'

red 181 ◦ green 92 ◦ blue 130

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

Shades of Tapestry #B55C82

Tints of Tapestry #B55C82

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.83%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 44.91%
G = 22.83%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B55C82 (or 0xB55C82) is known color: Tapestry. HEX triplet: B5, 5C and 82. RGB value is (181,92,130). Sum of RGB (Red+Green+Blue) = 181+92+130=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C82 is #4AA37D. Grayscale: #7A7A7A. Windows color (decimal): -4891518 or 8543413. OLE color: 8543413.

HSL color Cylindrical-coordinate representation of color #B55C82: hue angle of 334.38º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C82 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 92 130 -
CMYK 0 0.49 0.28 0.29
HSL 334.38º 0.38% 0.54% -
HSV(B) 334.38º 0.49% 0.71% -
XYZ 26.91 19.09 23.39 -
YUV 122.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 181 92 130 0 0.49 0.28 0.29 334.38 0.38 0.54
Hex B5 5C 82 0 31 1C 1D 14E 26 36
Octal 265 134 202 0 61 34 35 516 46 66
Binary 10110101 1011100 10000010 0 110001 11100 11101 101001110 100110 110110

Color Harmonies of #B55C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C82

Black with #B55C82

Text Example


Text Example

White with #B55C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C82; }

 p { color: rgb(181,92,130); }

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

background-color css

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

 a { background-color: rgb(181,92,130); }

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

border-color css

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

 span { border-color: rgb(181,92,130); }

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