#B44B73

Color #B44B73 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B44B73

Tints of Royal Heath #B44B73

Color information

#B44B73 (or 0xB44B73) is unknown color: approx Royal Heath. HEX triplet: B4, 4B and 73. RGB value is (180,75,115). Sum of RGB (Red+Green+Blue) = 180+75+115=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B73 is #4BB48C. Grayscale: #6E6E6E. Windows color (decimal): -4961421 or 7556020. OLE color: 7556020.

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

Color convert

RGB18075115-
CMYK00.580.360.29
HSL337.14º41.18%50%-
HSV(B)337.14º58.33%70.59%-
XYZ24.4315.9718.02-
YUV110.96130.29177.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 75 (29.69% from 255) = 20.27%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=48.65%
G=20.27%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807511500.580.360.29337.1441.1850
HexB44B7303A241D1512932
Octal26411316307244355215162
Binary1011010010010111110011011101010010011101101010001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B73; }

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

 H1.HeaderClassName
 {
   color: #B44B73;
 }
 .AnyTagClassName
 {
   color: #B44B73;
 }
</style>
background-color css

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

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

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

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

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

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