#B5547A

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

Shades of Royal Heath #B5547A

Tints of Royal Heath #B5547A

Color information

#B5547A (or 0xB5547A) is unknown color: approx Royal Heath. HEX triplet: B5, 54 and 7A. RGB value is (181,84,122). Sum of RGB (Red+Green+Blue) = 181+84+122=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5547A is #4AAB85. Grayscale: #757575. Windows color (decimal): -4893574 or 8017077. OLE color: 8017077.

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

Color convert

RGB18184122-
CMYK00.540.330.29
HSL336.49º39.59%51.96%-
HSV(B)336.49º53.59%70.98%-
XYZ25.7417.5720.45-
YUV117.34130.64173.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=46.77%
G=21.71%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818412200.540.330.29336.4939.5951.96
HexB5547A036211D1502834
Octal26512417206641355205064
Binary1011010110101001111010011011010000111101101010000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5547A; }

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

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

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

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

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

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

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

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