Html Css Color HEX #B55E7C Tapestry

📋 copy color: '#B55E7C'

red 181 ◦ green 94 ◦ blue 124

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

Shades of Tapestry #B55E7C

Tints of Tapestry #B55E7C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.56%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 45.36%
G = 23.56%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B55E7C (or 0xB55E7C) is known color: Tapestry. HEX triplet: B5, 5E and 7C. RGB value is (181,94,124). Sum of RGB (Red+Green+Blue) = 181+94+124=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E7C is #4AA183. Grayscale: #7B7B7B. Windows color (decimal): -4891012 or 8150709. OLE color: 8150709.

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

Color convert

RGB 181 94 124 -
CMYK 0 0.48 0.31 0.29
HSL 339.31º 0.37% 0.54% -
HSV(B) 339.31º 0.48% 0.71% -
XYZ 26.7 19.28 21.38 -
YUV 123.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 181 94 124 0 0.48 0.31 0.29 339.31 0.37 0.54
Hex B5 5E 7C 0 30 1F 1D 153 25 36
Octal 265 136 174 0 60 37 35 523 45 66
Binary 10110101 1011110 1111100 0 110000 11111 11101 101010011 100101 110110

Color Harmonies of #B55E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E7C

Black with #B55E7C

Text Example


Text Example

White with #B55E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E7C; }

 p { color: rgb(181,94,124); }

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

background-color css

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

 a { background-color: rgb(181,94,124); }

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

border-color css

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

 span { border-color: rgb(181,94,124); }

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