#B44675

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

Shades of Royal Heath #B44675

Tints of Royal Heath #B44675

Color information

#B44675 (or 0xB44675) is unknown color: approx Royal Heath. HEX triplet: B4, 46 and 75. RGB value is (180,70,117). Sum of RGB (Red+Green+Blue) = 180+70+117=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B44675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44675 is #4BB98A. Grayscale: #6C6C6C. Windows color (decimal): -4962699 or 7685812. OLE color: 7685812.

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

Color convert

RGB18070117-
CMYK00.610.350.29
HSL334.36º44%49.02%-
HSV(B)334.36º61.11%70.59%-
XYZ24.2215.3718.52-
YUV108.25132.94179.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=49.05%
G=19.07%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807011700.610.350.29334.364449.02
HexB4467503D231D14e2c31
Octal26410616507543355165461
Binary1011010010001101110101011110110001111101101001110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44675; }

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

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

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

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

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

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

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

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