Html Css Color HEX #B55E71 Blush

📋 copy color: '#B55E71'

red 181 ◦ green 94 ◦ blue 113

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

Shades of Blush #B55E71

Tints of Blush #B55E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.12%

R = 46.65%
G = 24.23%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B55E71 (or 0xB55E71) is known color: Blush. HEX triplet: B5, 5E and 71. RGB value is (181,94,113). Sum of RGB (Red+Green+Blue) = 181+94+113=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E71 is #4AA18E. Grayscale: #7A7A7A. Windows color (decimal): -4891023 or 7429813. OLE color: 7429813.

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

Color convert

RGB 181 94 113 -
CMYK 0 0.48 0.38 0.29
HSL 346.9º 0.37% 0.54% -
HSV(B) 346.9º 0.48% 0.71% -
XYZ 26.04 19.02 17.92 -
YUV 122.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 181 94 113 0 0.48 0.38 0.29 346.9 0.37 0.54
Hex B5 5E 71 0 30 26 1D 15B 25 36
Octal 265 136 161 0 60 46 35 533 45 66
Binary 10110101 1011110 1110001 0 110000 100110 11101 101011011 100101 110110

Color Harmonies of #B55E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E71

Black with #B55E71

Text Example


Text Example

White with #B55E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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