#B45473

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

Shades of Royal Heath #B45473

Tints of Royal Heath #B45473

Color information

#B45473 (or 0xB45473) is unknown color: approx Royal Heath. HEX triplet: B4, 54 and 73. RGB value is (180,84,115). Sum of RGB (Red+Green+Blue) = 180+84+115=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B45473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45473 is #4BAB8C. Grayscale: #747474. Windows color (decimal): -4959117 or 7558324. OLE color: 7558324.

HSL color Cylindrical-coordinate representation of color #B45473: hue angle of 340.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45473 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18084115-
CMYK00.530.360.29
HSL340.62º39.02%51.76%-
HSV(B)340.62º53.33%70.59%-
XYZ25.0917.2818.23-
YUV116.24127.3173.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=47.49%
G=22.16%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808411500.530.360.29340.6239.0251.76
HexB45473035241D1552734
Octal26412416306544355254764
Binary1011010010101001110011011010110010011101101010101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45473; }

 p { color: rgb(180,84,115); }

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

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

 a { background-color: rgb(180,84,115); }

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

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

 span { border-color: rgb(180,84,115); }

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