#B4457A

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

Shades of Royal Heath #B4457A

Tints of Royal Heath #B4457A

Color information

#B4457A (or 0xB4457A) is unknown color: approx Royal Heath. HEX triplet: B4, 45 and 7A. RGB value is (180,69,122). Sum of RGB (Red+Green+Blue) = 180+69+122=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4457A is #4BBA85. Grayscale: #6C6C6C. Windows color (decimal): -4962950 or 8013236. OLE color: 8013236.

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

Color convert

RGB18069122-
CMYK00.620.320.29
HSL331.35º44.58%48.82%-
HSV(B)331.35º61.67%70.59%-
XYZ24.4615.3620.09-
YUV108.23135.77179.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=48.52%
G=18.60%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806912200.620.320.29331.3544.5848.82
HexB4457A03E201D14b2d31
Octal26410517207640355135561
Binary1011010010001011111010011111010000011101101001011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4457A; }

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

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

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

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

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

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

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

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