#B4577E

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

Shades of Royal Heath #B4577E

Tints of Royal Heath #B4577E

Color information

#B4577E (or 0xB4577E) is unknown color: approx Royal Heath. HEX triplet: B4, 57 and 7E. RGB value is (180,87,126). Sum of RGB (Red+Green+Blue) = 180+87+126=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4577E is #4BA881. Grayscale: #777777. Windows color (decimal): -4958338 or 8279988. OLE color: 8279988.

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

Color convert

RGB18087126-
CMYK00.520.30.29
HSL334.84º38.27%52.35%-
HSV(B)334.84º51.67%70.59%-
XYZ2618.0321.85-
YUV119.25131.81171.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=45.80%
G=22.14%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808712600.520.30.29334.8438.2752.35
HexB4577E0341E1D14f2634
Octal26412717606436355174664
Binary101101001010111111111001101001111011101101001111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4577E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4577E; }

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

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

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

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

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

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

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

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