Html Css Color HEX #B44979 Royal Heath

📋 copy color: '#B44979'

red 180 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #B44979

Tints of Royal Heath #B44979

RGB

 RED value IS 180 (70.7% from 255) = 48.13%

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

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

R = 48.13%
G = 19.52%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B44979 (or 0xB44979) is known color: Royal Heath. HEX triplet: B4, 49 and 79. RGB value is (180,73,121). Sum of RGB (Red+Green+Blue) = 180+73+121=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B44979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44979 is #4BB686. Grayscale: #6E6E6E. Windows color (decimal): -4961927 or 7948724. OLE color: 7948724.

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

Color convert

RGB 180 73 121 -
CMYK 0 0.59 0.33 0.29
HSL 333.08º 0.42% 0.5% -
HSV(B) 333.08º 0.59% 0.71% -
XYZ 24.66 15.85 19.85 -
YUV 110.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 180 73 121 0 0.59 0.33 0.29 333.08 0.42 0.5
Hex B4 49 79 0 3B 21 1D 14D 2A 32
Octal 264 111 171 0 73 41 35 515 52 62
Binary 10110100 1001001 1111001 0 111011 100001 11101 101001101 101010 110010

Color Harmonies of #B44979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44979

Black with #B44979

Text Example


Text Example

White with #B44979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44979; }

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

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

background-color css

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

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

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

border-color css

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

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

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