Html Css Color HEX #B44079 Royal Heath

📋 copy color: '#B44079'

red 180 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #B44079

Tints of Royal Heath #B44079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 49.32%
G = 17.53%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B44079 (or 0xB44079) is known color: Royal Heath. HEX triplet: B4, 40 and 79. RGB value is (180,64,121). Sum of RGB (Red+Green+Blue) = 180+64+121=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B44079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44079 is #4BBF86. Grayscale: #696969. Windows color (decimal): -4964231 or 7946420. OLE color: 7946420.

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

Color convert

RGB 180 64 121 -
CMYK 0 0.64 0.33 0.29
HSL 330.52º 0.48% 0.48% -
HSV(B) 330.52º 0.64% 0.71% -
XYZ 24.11 14.75 19.67 -
YUV 105.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 180 64 121 0 0.64 0.33 0.29 330.52 0.48 0.48
Hex B4 40 79 0 40 21 1D 14B 30 30
Octal 264 100 171 0 100 41 35 513 60 60
Binary 10110100 1000000 1111001 0 1000000 100001 11101 101001011 110000 110000

Color Harmonies of #B44079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44079

Black with #B44079

Text Example


Text Example

White with #B44079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44079; }

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

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

background-color css

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

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

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

border-color css

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

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

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