Html Css Color HEX #B44873 Royal Heath

📋 copy color: '#B44873'

red 180 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #B44873

Tints of Royal Heath #B44873

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.62%

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 49.05%
G = 19.62%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B44873 (or 0xB44873) is known color: Royal Heath. HEX triplet: B4, 48 and 73. RGB value is (180,72,115). Sum of RGB (Red+Green+Blue) = 180+72+115=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B44873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44873 is #4BB78C. Grayscale: #6D6D6D. Windows color (decimal): -4962189 or 7555252. OLE color: 7555252.

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

Color convert

RGB 180 72 115 -
CMYK 0 0.60 0.36 0.29
HSL 336.11º 0.43% 0.49% -
HSV(B) 336.11º 0.6% 0.71% -
XYZ 24.23 15.58 17.95 -
YUV 109.19 131.28 178.5 -
System Red Green Blue C M Y K H S L
Decimal 180 72 115 0 0.60 0.36 0.29 336.11 0.43 0.49
Hex B4 48 73 0 3C 24 1D 150 2B 31
Octal 264 110 163 0 74 44 35 520 53 61
Binary 10110100 1001000 1110011 0 111100 100100 11101 101010000 101011 110001

Color Harmonies of #B44873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44873

Black with #B44873

Text Example


Text Example

White with #B44873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44873; }

 p { color: rgb(180,72,115); }

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

background-color css

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

 a { background-color: rgb(180,72,115); }

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

border-color css

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

 span { border-color: rgb(180,72,115); }

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