#B6547A

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

Shades of Royal Heath #B6547A

Tints of Royal Heath #B6547A

Color information

#B6547A (or 0xB6547A) is unknown color: approx Royal Heath. HEX triplet: B6, 54 and 7A. RGB value is (182,84,122). Sum of RGB (Red+Green+Blue) = 182+84+122=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6547A is #49AB85. Grayscale: #757575. Windows color (decimal): -4828038 or 8017078. OLE color: 8017078.

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

Color convert

RGB18284122-
CMYK00.540.330.29
HSL336.73º40.16%52.16%-
HSV(B)336.73º53.85%71.37%-
XYZ25.9717.6920.46-
YUV117.63130.47173.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.91%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=46.91%
G=21.65%
B=31.44%

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
Decimal1828412200.540.330.29336.7340.1652.16
HexB6547A036211D1512834
Octal26612417206641355215064
Binary1011011010101001111010011011010000111101101010001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6547A; }

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

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

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

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

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

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

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

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