#B0547A

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

Shades of Royal Heath #B0547A

Tints of Royal Heath #B0547A

Color information

#B0547A (or 0xB0547A) is unknown color: approx Royal Heath. HEX triplet: B0, 54 and 7A. RGB value is (176,84,122). Sum of RGB (Red+Green+Blue) = 176+84+122=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0547A is #4FAB85. Grayscale: #737373. Windows color (decimal): -5221254 or 8017072. OLE color: 8017072.

HSL color Cylindrical-coordinate representation of color #B0547A: hue angle of 335.22º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0547A is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB17684122-
CMYK00.520.310.31
HSL335.22º36.8%50.98%-
HSV(B)335.22º52.27%69.02%-
XYZ24.5916.9820.39-
YUV115.84131.48170.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 122 (48.05% from 255) = 31.94%
R=46.07%
G=21.99%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768412200.520.310.31335.2236.850.98
HexB0547A0341F1F14f2533
Octal26012417206437375174563
Binary101100001010100111101001101001111111111101001111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0547A; }

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

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

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

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

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

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

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

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