#B4457F

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

Shades of Royal Heath #B4457F

Tints of Royal Heath #B4457F

Color information

#B4457F (or 0xB4457F) is unknown color: approx Royal Heath. HEX triplet: B4, 45 and 7F. RGB value is (180,69,127). Sum of RGB (Red+Green+Blue) = 180+69+127=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4457F is #4BBA80. Grayscale: #6C6C6C. Windows color (decimal): -4962945 or 8340916. OLE color: 8340916.

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

Color convert

RGB18069127-
CMYK00.620.290.29
HSL328.65º44.58%48.82%-
HSV(B)328.65º61.67%70.59%-
XYZ24.7815.4921.76-
YUV108.8138.27178.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 127 (50% from 255) = 33.78%
R=47.87%
G=18.35%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806912700.620.290.29328.6544.5848.82
HexB4457F03E1D1D1492d31
Octal26410517707635355115561
Binary101101001000101111111101111101110111101101001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4457F; }

 p { color: rgb(180,69,127); }

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

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

 a { background-color: rgb(180,69,127); }

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

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

 span { border-color: rgb(180,69,127); }

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