#B45571

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

Shades of Royal Heath #B45571

Tints of Royal Heath #B45571

Color information

#B45571 (or 0xB45571) is unknown color: approx Royal Heath. HEX triplet: B4, 55 and 71. RGB value is (180,85,113). Sum of RGB (Red+Green+Blue) = 180+85+113=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B45571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45571 is #4BAA8E. Grayscale: #747474. Windows color (decimal): -4958863 or 7427508. OLE color: 7427508.

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

Color convert

RGB18085113-
CMYK00.530.370.29
HSL342.32º38.78%51.96%-
HSV(B)342.32º52.78%70.59%-
XYZ25.0517.3917.66-
YUV116.6125.97173.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=47.62%
G=22.49%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808511300.530.370.29342.3238.7851.96
HexB45571035251D1562734
Octal26412516106545355264764
Binary1011010010101011110001011010110010111101101010110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45571; }

 p { color: rgb(180,85,113); }

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

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

 a { background-color: rgb(180,85,113); }

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

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

 span { border-color: rgb(180,85,113); }

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