Html Css Color HEX #B44C73 Royal Heath

📋 copy color: '#B44C73'

red 180 ◦ green 76 ◦ blue 115

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

Shades of Royal Heath #B44C73

Tints of Royal Heath #B44C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 48.52%
G = 20.49%
B = 31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B44C73 (or 0xB44C73) is known color: Royal Heath. HEX triplet: B4, 4C and 73. RGB value is (180,76,115). Sum of RGB (Red+Green+Blue) = 180+76+115=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C73 is #4BB38C. Grayscale: #6F6F6F. Windows color (decimal): -4961165 or 7556276. OLE color: 7556276.

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

Color convert

RGB 180 76 115 -
CMYK 0 0.58 0.36 0.29
HSL 337.5º 0.41% 0.5% -
HSV(B) 337.5º 0.58% 0.71% -
XYZ 24.5 16.11 18.04 -
YUV 111.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 180 76 115 0 0.58 0.36 0.29 337.5 0.41 0.5
Hex B4 4C 73 0 3A 24 1D 152 29 32
Octal 264 114 163 0 72 44 35 522 51 62
Binary 10110100 1001100 1110011 0 111010 100100 11101 101010010 101001 110010

Color Harmonies of #B44C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C73

Black with #B44C73

Text Example


Text Example

White with #B44C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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