Html Css Color HEX #B44977 Royal Heath

📋 copy color: '#B44977'

red 180 ◦ green 73 ◦ blue 119

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

Shades of Royal Heath #B44977

Tints of Royal Heath #B44977

RGB

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

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

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

R = 48.39%
G = 19.62%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B44977 (or 0xB44977) is known color: Royal Heath. HEX triplet: B4, 49 and 77. RGB value is (180,73,119). Sum of RGB (Red+Green+Blue) = 180+73+119=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B44977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44977 is #4BB688. Grayscale: #6E6E6E. Windows color (decimal): -4961929 or 7817652. OLE color: 7817652.

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

Color convert

RGB 180 73 119 -
CMYK 0 0.59 0.34 0.29
HSL 334.21º 0.42% 0.5% -
HSV(B) 334.21º 0.59% 0.71% -
XYZ 24.53 15.8 19.21 -
YUV 110.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 180 73 119 0 0.59 0.34 0.29 334.21 0.42 0.5
Hex B4 49 77 0 3B 22 1D 14E 2A 32
Octal 264 111 167 0 73 42 35 516 52 62
Binary 10110100 1001001 1110111 0 111011 100010 11101 101001110 101010 110010

Color Harmonies of #B44977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44977

Black with #B44977

Text Example


Text Example

White with #B44977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44977; }

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

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

background-color css

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

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

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

border-color css

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

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

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