Html Css Color HEX #B55C77 Royal Heath

📋 copy color: '#B55C77'

red 181 ◦ green 92 ◦ blue 119

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

Shades of Royal Heath #B55C77

Tints of Royal Heath #B55C77

RGB

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

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

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

R = 46.17%
G = 23.47%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B55C77 (or 0xB55C77) is known color: Royal Heath. HEX triplet: B5, 5C and 77. RGB value is (181,92,119). Sum of RGB (Red+Green+Blue) = 181+92+119=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55C77 is #4AA388. Grayscale: #797979. Windows color (decimal): -4891529 or 7822517. OLE color: 7822517.

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

Color convert

RGB 181 92 119 -
CMYK 0 0.49 0.34 0.29
HSL 341.8º 0.38% 0.54% -
HSV(B) 341.8º 0.49% 0.71% -
XYZ 26.21 18.81 19.7 -
YUV 121.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 181 92 119 0 0.49 0.34 0.29 341.8 0.38 0.54
Hex B5 5C 77 0 31 22 1D 156 26 36
Octal 265 134 167 0 61 42 35 526 46 66
Binary 10110101 1011100 1110111 0 110001 100010 11101 101010110 100110 110110

Color Harmonies of #B55C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C77

Black with #B55C77

Text Example


Text Example

White with #B55C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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