#B44174

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

Shades of Royal Heath #B44174

Tints of Royal Heath #B44174

Color information

#B44174 (or 0xB44174) is unknown color: approx Royal Heath. HEX triplet: B4, 41 and 74. RGB value is (180,65,116). Sum of RGB (Red+Green+Blue) = 180+65+116=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B44174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44174 is #4BBE8B. Grayscale: #696969. Windows color (decimal): -4963980 or 7618996. OLE color: 7618996.

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

Color convert

RGB18065116-
CMYK00.640.360.29
HSL333.39º46.94%48.04%-
HSV(B)333.39º63.89%70.59%-
XYZ23.8714.7418.11-
YUV105.2134.1181.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=49.86%
G=18.01%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806511600.640.360.29333.3946.9448.04
HexB44174040241D14d2f30
Octal264101164010044355155760
Binary10110100100000111101000100000010010011101101001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44174; }

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

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

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

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

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

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

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

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