Html Css Color HEX #B44772 Royal Heath

📋 copy color: '#B44772'

red 180 ◦ green 71 ◦ blue 114

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

Shades of Royal Heath #B44772

Tints of Royal Heath #B44772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.45%

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 49.32%
G = 19.45%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B44772 (or 0xB44772) is known color: Royal Heath. HEX triplet: B4, 47 and 72. RGB value is (180,71,114). Sum of RGB (Red+Green+Blue) = 180+71+114=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B44772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44772 is #4BB88D. Grayscale: #6C6C6C. Windows color (decimal): -4962446 or 7489460. OLE color: 7489460.

HSL color Cylindrical-coordinate representation of color #B44772: hue angle of 336.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B44772 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 114 -
CMYK 0 0.61 0.37 0.29
HSL 336.33º 0.43% 0.49% -
HSV(B) 336.33º 0.61% 0.71% -
XYZ 24.11 15.42 17.63 -
YUV 108.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 180 71 114 0 0.61 0.37 0.29 336.33 0.43 0.49
Hex B4 47 72 0 3D 25 1D 150 2B 31
Octal 264 107 162 0 75 45 35 520 53 61
Binary 10110100 1000111 1110010 0 111101 100101 11101 101010000 101011 110001

Color Harmonies of #B44772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44772

Black with #B44772

Text Example


Text Example

White with #B44772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44772; }

 p { color: rgb(180,71,114); }

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

background-color css

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

 a { background-color: rgb(180,71,114); }

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

border-color css

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

 span { border-color: rgb(180,71,114); }

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