#B44375

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

Shades of Royal Heath #B44375

Tints of Royal Heath #B44375

Color information

#B44375 (or 0xB44375) is unknown color: approx Royal Heath. HEX triplet: B4, 43 and 75. RGB value is (180,67,117). Sum of RGB (Red+Green+Blue) = 180+67+117=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B44375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44375 is #4BBC8A. Grayscale: #6A6A6A. Windows color (decimal): -4963467 or 7685044. OLE color: 7685044.

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

Color convert

RGB18067117-
CMYK00.630.350.29
HSL333.45º45.75%48.43%-
HSV(B)333.45º62.78%70.59%-
XYZ24.041518.46-
YUV106.49133.94180.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.45%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=49.45%
G=18.41%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806711700.630.350.29333.4545.7548.43
HexB4437503F231D14d2e30
Octal26410316507743355155660
Binary1011010010000111110101011111110001111101101001101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44375; }

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

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

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

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

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

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

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

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