#B4567A

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

Shades of Royal Heath #B4567A

Tints of Royal Heath #B4567A

Color information

#B4567A (or 0xB4567A) is unknown color: approx Royal Heath. HEX triplet: B4, 56 and 7A. RGB value is (180,86,122). Sum of RGB (Red+Green+Blue) = 180+86+122=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4567A is #4BA985. Grayscale: #767676. Windows color (decimal): -4958598 or 8017588. OLE color: 8017588.

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

Color convert

RGB18086122-
CMYK00.520.320.29
HSL337.02º38.52%52.16%-
HSV(B)337.02º52.22%70.59%-
XYZ25.6617.7620.49-
YUV118.21130.14172.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.39%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=46.39%
G=22.16%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808612200.520.320.29337.0238.5252.16
HexB4567A034201D1512734
Octal26412617206440355214764
Binary1011010010101101111010011010010000011101101010001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4567A; }

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

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

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

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

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

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

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

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