Html Css Color HEX #B54979 Royal Heath

📋 copy color: '#B54979'

red 181 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #B54979

Tints of Royal Heath #B54979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

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

R = 48.27%
G = 19.47%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B54979 (or 0xB54979) is known color: Royal Heath. HEX triplet: B5, 49 and 79. RGB value is (181,73,121). Sum of RGB (Red+Green+Blue) = 181+73+121=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B54979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54979 is #4AB686. Grayscale: #6E6E6E. Windows color (decimal): -4896391 or 7948725. OLE color: 7948725.

HSL color Cylindrical-coordinate representation of color #B54979: hue angle of 333.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54979 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 121 -
CMYK 0 0.60 0.33 0.29
HSL 333.33º 0.43% 0.5% -
HSV(B) 333.33º 0.6% 0.71% -
XYZ 24.89 15.97 19.86 -
YUV 110.76 133.78 178.1 -
System Red Green Blue C M Y K H S L
Decimal 181 73 121 0 0.60 0.33 0.29 333.33 0.43 0.5
Hex B5 49 79 0 3C 21 1D 14D 2B 32
Octal 265 111 171 0 74 41 35 515 53 62
Binary 10110101 1001001 1111001 0 111100 100001 11101 101001101 101011 110010

Color Harmonies of #B54979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54979

Black with #B54979

Text Example


Text Example

White with #B54979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54979; }

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

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

background-color css

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

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

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

border-color css

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

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

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