#B4547A

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

Shades of Royal Heath #B4547A

Tints of Royal Heath #B4547A

Color information

#B4547A (or 0xB4547A) is unknown color: approx Royal Heath. HEX triplet: B4, 54 and 7A. RGB value is (180,84,122). Sum of RGB (Red+Green+Blue) = 180+84+122=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4547A is #4BAB85. Grayscale: #747474. Windows color (decimal): -4959110 or 8017076. OLE color: 8017076.

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

Color convert

RGB18084122-
CMYK00.530.320.29
HSL336.25º39.02%51.76%-
HSV(B)336.25º53.33%70.59%-
XYZ25.5117.4520.44-
YUV117.04130.8172.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=46.63%
G=21.76%
B=31.61%

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
Decimal1808412200.530.320.29336.2539.0251.76
HexB4547A035201D1502734
Octal26412417206540355204764
Binary1011010010101001111010011010110000011101101010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4547A; }

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

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

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

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

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

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

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

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