#B4567E

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

Shades of Royal Heath #B4567E

Tints of Royal Heath #B4567E

Color information

#B4567E (or 0xB4567E) is unknown color: approx Royal Heath. HEX triplet: B4, 56 and 7E. RGB value is (180,86,126). Sum of RGB (Red+Green+Blue) = 180+86+126=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B4567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4567E is #4BA981. Grayscale: #767676. Windows color (decimal): -4958594 or 8279732. OLE color: 8279732.

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

Color convert

RGB18086126-
CMYK00.520.30.29
HSL334.47º38.52%52.16%-
HSV(B)334.47º52.22%70.59%-
XYZ25.9217.8721.82-
YUV118.67132.14171.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 86 (33.98% from 255) = 21.94%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=45.92%
G=21.94%
B=32.14%

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
Decimal1808612600.520.30.29334.4738.5252.16
HexB4567E0341E1D14e2734
Octal26412617606436355164764
Binary101101001010110111111001101001111011101101001110100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4567E; }

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

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

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

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

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

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

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

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