Html Css Color HEX #B55979 Royal Heath

📋 copy color: '#B55979'

red 181 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #B55979

Tints of Royal Heath #B55979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 46.29%
G = 22.76%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B55979 (or 0xB55979) is known color: Royal Heath. HEX triplet: B5, 59 and 79. RGB value is (181,89,121). Sum of RGB (Red+Green+Blue) = 181+89+121=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B55979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55979 is #4AA686. Grayscale: #787878. Windows color (decimal): -4892295 or 7952821. OLE color: 7952821.

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

Color convert

RGB 181 89 121 -
CMYK 0 0.51 0.33 0.29
HSL 339.13º 0.38% 0.53% -
HSV(B) 339.13º 0.51% 0.71% -
XYZ 26.08 18.35 20.26 -
YUV 120.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 181 89 121 0 0.51 0.33 0.29 339.13 0.38 0.53
Hex B5 59 79 0 33 21 1D 153 26 35
Octal 265 131 171 0 63 41 35 523 46 65
Binary 10110101 1011001 1111001 0 110011 100001 11101 101010011 100110 110101

Color Harmonies of #B55979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55979

Black with #B55979

Text Example


Text Example

White with #B55979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55979; }

 p { color: rgb(181,89,121); }

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

background-color css

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

 a { background-color: rgb(181,89,121); }

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

border-color css

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

 span { border-color: rgb(181,89,121); }

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