#B4527A

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

Shades of Royal Heath #B4527A

Tints of Royal Heath #B4527A

Color information

#B4527A (or 0xB4527A) is unknown color: approx Royal Heath. HEX triplet: B4, 52 and 7A. RGB value is (180,82,122). Sum of RGB (Red+Green+Blue) = 180+82+122=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4527A is #4BAD85. Grayscale: #737373. Windows color (decimal): -4959622 or 8016564. OLE color: 8016564.

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

Color convert

RGB18082122-
CMYK00.540.320.29
HSL335.51º39.52%51.37%-
HSV(B)335.51º54.44%70.59%-
XYZ25.3517.1420.39-
YUV115.86131.47173.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=46.88%
G=21.35%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808212200.540.320.29335.5139.5251.37
HexB4527A036201D1502833
Octal26412217206640355205063
Binary1011010010100101111010011011010000011101101010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4527A; }

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

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

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

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

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

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

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

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