#B45A7E

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

Shades of Royal Heath #B45A7E

Tints of Royal Heath #B45A7E

Color information

#B45A7E (or 0xB45A7E) is unknown color: approx Royal Heath. HEX triplet: B4, 5A and 7E. RGB value is (180,90,126). Sum of RGB (Red+Green+Blue) = 180+90+126=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A7E is #4BA581. Grayscale: #787878. Windows color (decimal): -4957570 or 8280756. OLE color: 8280756.

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

Color convert

RGB18090126-
CMYK00.500.30.29
HSL336º37.5%52.94%-
HSV(B)336º50%70.59%-
XYZ26.2418.5221.93-
YUV121.01130.82170.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=45.45%
G=22.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809012600.500.30.2933637.552.94
HexB45A7E0321E1D1502635
Octal26413217606236355204665
Binary101101001011010111111001100101111011101101010000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A7E; }

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

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

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

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

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

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

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

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