#B45A7C

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

Shades of Royal Heath #B45A7C

Tints of Royal Heath #B45A7C

Color information

#B45A7C (or 0xB45A7C) is unknown color: approx Royal Heath. HEX triplet: B4, 5A and 7C. RGB value is (180,90,124). Sum of RGB (Red+Green+Blue) = 180+90+124=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A7C is #4BA583. Grayscale: #787878. Windows color (decimal): -4957572 or 8149684. OLE color: 8149684.

HSL color Cylindrical-coordinate representation of color #B45A7C: hue angle of 337.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A7C is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18090124-
CMYK00.500.310.29
HSL337.33º37.5%52.94%-
HSV(B)337.33º50%70.59%-
XYZ26.1218.4721.26-
YUV120.79129.82170.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=45.69%
G=22.84%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809012400.500.310.29337.3337.552.94
HexB45A7C0321F1D1512635
Octal26413217406237355214665
Binary101101001011010111110001100101111111101101010001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A7C; }

 p { color: rgb(180,90,124); }

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

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

 a { background-color: rgb(180,90,124); }

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

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

 span { border-color: rgb(180,90,124); }

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