#B4587A

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

Shades of Royal Heath #B4587A

Tints of Royal Heath #B4587A

Color information

#B4587A (or 0xB4587A) is unknown color: approx Royal Heath. HEX triplet: B4, 58 and 7A. RGB value is (180,88,122). Sum of RGB (Red+Green+Blue) = 180+88+122=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4587A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4587A is #4BA785. Grayscale: #777777. Windows color (decimal): -4958086 or 8018100. OLE color: 8018100.

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

Color convert

RGB18088122-
CMYK00.510.320.29
HSL337.83º38.02%52.55%-
HSV(B)337.83º51.11%70.59%-
XYZ25.8218.0920.54-
YUV119.38129.48171.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=46.15%
G=22.56%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808812200.510.320.29337.8338.0252.55
HexB4587A033201D1522635
Octal26413017206340355224665
Binary1011010010110001111010011001110000011101101010010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4587A; }

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

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

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

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

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

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

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

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