#B44E75

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

Shades of Royal Heath #B44E75

Tints of Royal Heath #B44E75

Color information

#B44E75 (or 0xB44E75) is unknown color: approx Royal Heath. HEX triplet: B4, 4E and 75. RGB value is (180,78,117). Sum of RGB (Red+Green+Blue) = 180+78+117=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B44E75 is #4BB18A. Grayscale: #707070. Windows color (decimal): -4960651 or 7687860. OLE color: 7687860.

HSL color Cylindrical-coordinate representation of color #B44E75: hue angle of 337.06º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44E75 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18078117-
CMYK00.570.350.29
HSL337.06º40.48%50.59%-
HSV(B)337.06º56.67%70.59%-
XYZ24.7616.4418.7-
YUV112.94130.29175.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=48%
G=20.8%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807811700.570.350.29337.0640.4850.59
HexB44E75039231D1512833
Octal26411616507143355215063
Binary1011010010011101110101011100110001111101101010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E75; }

 p { color: rgb(180,78,117); }

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

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

 a { background-color: rgb(180,78,117); }

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

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

 span { border-color: rgb(180,78,117); }

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