#BB547C

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

Shades of Royal Heath #BB547C

Tints of Royal Heath #BB547C

Color information

#BB547C (or 0xBB547C) is unknown color: approx Royal Heath. HEX triplet: BB, 54 and 7C. RGB value is (187,84,124). Sum of RGB (Red+Green+Blue) = 187+84+124=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB547C is #44AB83. Grayscale: #777777. Windows color (decimal): -4500356 or 8148155. OLE color: 8148155.

HSL color Cylindrical-coordinate representation of color #BB547C: hue angle of 336.7º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB547C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18784124-
CMYK00.550.340.27
HSL336.7º43.1%53.14%-
HSV(B)336.7º55.08%73.33%-
XYZ27.318.3621.17-
YUV119.36130.62176.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=47.34%
G=21.27%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878412400.550.340.27336.743.153.14
HexBB547C037221B1512b35
Octal27312417406742335215365
Binary1011101110101001111100011011110001011011101010001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB547C; }

 p { color: rgb(187,84,124); }

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

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

 a { background-color: rgb(187,84,124); }

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

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

 span { border-color: rgb(187,84,124); }

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