#B4587E

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

Shades of Royal Heath #B4587E

Tints of Royal Heath #B4587E

Color information

#B4587E (or 0xB4587E) is unknown color: approx Royal Heath. HEX triplet: B4, 58 and 7E. RGB value is (180,88,126). Sum of RGB (Red+Green+Blue) = 180+88+126=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B4587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4587E is #4BA781. Grayscale: #777777. Windows color (decimal): -4958082 or 8280244. OLE color: 8280244.

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

Color convert

RGB18088126-
CMYK00.510.30.29
HSL335.22º38.02%52.55%-
HSV(B)335.22º51.11%70.59%-
XYZ26.0818.1921.88-
YUV119.84131.48170.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 88 (34.77% from 255) = 22.34%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=45.69%
G=22.34%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808812600.510.30.29335.2238.0252.55
HexB4587E0331E1D14f2635
Octal26413017606336355174665
Binary101101001011000111111001100111111011101101001111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4587E; }

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

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

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

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

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

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

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

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