Html Css Color HEX #B44770 Royal Heath

📋 copy color: '#B44770'

red 180 ◦ green 71 ◦ blue 112

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

Shades of Royal Heath #B44770

Tints of Royal Heath #B44770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 49.59%
G = 19.56%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B44770 (or 0xB44770) is known color: Royal Heath. HEX triplet: B4, 47 and 70. RGB value is (180,71,112). Sum of RGB (Red+Green+Blue) = 180+71+112=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B44770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44770 is #4BB88F. Grayscale: #6C6C6C. Windows color (decimal): -4962448 or 7358388. OLE color: 7358388.

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

Color convert

RGB 180 71 112 -
CMYK 0 0.61 0.38 0.29
HSL 337.43º 0.43% 0.49% -
HSV(B) 337.43º 0.61% 0.71% -
XYZ 24 15.38 17.03 -
YUV 108.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 180 71 112 0 0.61 0.38 0.29 337.43 0.43 0.49
Hex B4 47 70 0 3D 26 1D 151 2B 31
Octal 264 107 160 0 75 46 35 521 53 61
Binary 10110100 1000111 1110000 0 111101 100110 11101 101010001 101011 110001

Color Harmonies of #B44770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44770

Black with #B44770

Text Example


Text Example

White with #B44770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44770; }

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

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

background-color css

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

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

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

border-color css

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

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

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