#B4557A

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

Shades of Royal Heath #B4557A

Tints of Royal Heath #B4557A

Color information

#B4557A (or 0xB4557A) is unknown color: approx Royal Heath. HEX triplet: B4, 55 and 7A. RGB value is (180,85,122). Sum of RGB (Red+Green+Blue) = 180+85+122=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4557A is #4BAA85. Grayscale: #757575. Windows color (decimal): -4958854 or 8017332. OLE color: 8017332.

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

Color convert

RGB18085122-
CMYK00.530.320.29
HSL336.63º38.78%51.96%-
HSV(B)336.63º52.78%70.59%-
XYZ25.5817.6120.46-
YUV117.62130.47172.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=46.51%
G=21.96%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808512200.530.320.29336.6338.7851.96
HexB4557A035201D1512734
Octal26412517206540355214764
Binary1011010010101011111010011010110000011101101010001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4557A; }

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

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

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

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

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

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

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

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