Html Css Color HEX #B44173 Royal Heath

📋 copy color: '#B44173'

red 180 ◦ green 65 ◦ blue 115

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

Shades of Royal Heath #B44173

Tints of Royal Heath #B44173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 50%
G = 18.06%
B = 31.94%

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

#B44173 (or 0xB44173) is known color: Royal Heath. HEX triplet: B4, 41 and 73. RGB value is (180,65,115). Sum of RGB (Red+Green+Blue) = 180+65+115=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B44173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44173 is #4BBE8C. Grayscale: #696969. Windows color (decimal): -4963981 or 7553460. OLE color: 7553460.

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

Color convert

RGB 180 65 115 -
CMYK 0 0.64 0.36 0.29
HSL 333.91º 0.47% 0.48% -
HSV(B) 333.91º 0.64% 0.71% -
XYZ 23.81 14.72 17.81 -
YUV 105.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 180 65 115 0 0.64 0.36 0.29 333.91 0.47 0.48
Hex B4 41 73 0 40 24 1D 14E 2F 30
Octal 264 101 163 0 100 44 35 516 57 60
Binary 10110100 1000001 1110011 0 1000000 100100 11101 101001110 101111 110000

Color Harmonies of #B44173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44173

Black with #B44173

Text Example


Text Example

White with #B44173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44173; }

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

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

background-color css

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

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

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

border-color css

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

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

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