Html Css Color HEX #B44576 Royal Heath

📋 copy color: '#B44576'

red 180 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #B44576

Tints of Royal Heath #B44576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

 BLUE value IS 118 (46.48% from 255) = 32.15%

R = 49.05%
G = 18.8%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B44576 (or 0xB44576) is known color: Royal Heath. HEX triplet: B4, 45 and 76. RGB value is (180,69,118). Sum of RGB (Red+Green+Blue) = 180+69+118=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B44576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44576 is #4BBA89. Grayscale: #6B6B6B. Windows color (decimal): -4962954 or 7751092. OLE color: 7751092.

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

Color convert

RGB 180 69 118 -
CMYK 0 0.62 0.34 0.29
HSL 333.51º 0.45% 0.49% -
HSV(B) 333.51º 0.62% 0.71% -
XYZ 24.22 15.27 18.81 -
YUV 107.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 180 69 118 0 0.62 0.34 0.29 333.51 0.45 0.49
Hex B4 45 76 0 3E 22 1D 14E 2D 31
Octal 264 105 166 0 76 42 35 516 55 61
Binary 10110100 1000101 1110110 0 111110 100010 11101 101001110 101101 110001

Color Harmonies of #B44576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44576

Black with #B44576

Text Example


Text Example

White with #B44576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44576; }

 p { color: rgb(180,69,118); }

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

background-color css

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

 a { background-color: rgb(180,69,118); }

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

border-color css

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

 span { border-color: rgb(180,69,118); }

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