Html Css Color HEX #B44073 Royal Heath

📋 copy color: '#B44073'

red 180 ◦ green 64 ◦ blue 115

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

Shades of Royal Heath #B44073

Tints of Royal Heath #B44073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 50.14%
G = 17.83%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B44073 (or 0xB44073) is known color: Royal Heath. HEX triplet: B4, 40 and 73. RGB value is (180,64,115). Sum of RGB (Red+Green+Blue) = 180+64+115=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B44073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44073 is #4BBF8C. Grayscale: #686868. Windows color (decimal): -4964237 or 7553204. OLE color: 7553204.

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

Color convert

RGB 180 64 115 -
CMYK 0 0.64 0.36 0.29
HSL 333.62º 0.48% 0.48% -
HSV(B) 333.62º 0.64% 0.71% -
XYZ 23.75 14.61 17.79 -
YUV 104.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 180 64 115 0 0.64 0.36 0.29 333.62 0.48 0.48
Hex B4 40 73 0 40 24 1D 14E 30 30
Octal 264 100 163 0 100 44 35 516 60 60
Binary 10110100 1000000 1110011 0 1000000 100100 11101 101001110 110000 110000

Color Harmonies of #B44073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44073

Black with #B44073

Text Example


Text Example

White with #B44073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44073; }

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

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

background-color css

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

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

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

border-color css

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

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

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