Html Css Color HEX #B55E77 Royal Heath

📋 copy color: '#B55E77'

red 181 ◦ green 94 ◦ blue 119

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

Shades of Royal Heath #B55E77

Tints of Royal Heath #B55E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 45.94%
G = 23.86%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B55E77 (or 0xB55E77) is known color: Royal Heath. HEX triplet: B5, 5E and 77. RGB value is (181,94,119). Sum of RGB (Red+Green+Blue) = 181+94+119=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B55E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55E77 is #4AA188. Grayscale: #7A7A7A. Windows color (decimal): -4891017 or 7823029. OLE color: 7823029.

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

Color convert

RGB 181 94 119 -
CMYK 0 0.48 0.34 0.29
HSL 342.76º 0.37% 0.54% -
HSV(B) 342.76º 0.48% 0.71% -
XYZ 26.39 19.16 19.76 -
YUV 122.86 125.82 169.47 -
System Red Green Blue C M Y K H S L
Decimal 181 94 119 0 0.48 0.34 0.29 342.76 0.37 0.54
Hex B5 5E 77 0 30 22 1D 157 25 36
Octal 265 136 167 0 60 42 35 527 45 66
Binary 10110101 1011110 1110111 0 110000 100010 11101 101010111 100101 110110

Color Harmonies of #B55E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55E77

Black with #B55E77

Text Example


Text Example

White with #B55E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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