#BC567C

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

Shades of Royal Heath #BC567C

Tints of Royal Heath #BC567C

Color information

#BC567C (or 0xBC567C) is unknown color: approx Royal Heath. HEX triplet: BC, 56 and 7C. RGB value is (188,86,124). Sum of RGB (Red+Green+Blue) = 188+86+124=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567C is #43A983. Grayscale: #787878. Windows color (decimal): -4434308 or 8148668. OLE color: 8148668.

HSL color Cylindrical-coordinate representation of color #BC567C: hue angle of 337.65º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC567C is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18886124-
CMYK00.540.340.26
HSL337.65º43.22%53.73%-
HSV(B)337.65º54.26%73.73%-
XYZ27.718.821.24-
YUV120.83129.79175.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 124 (48.83% from 255) = 31.16%
R=47.24%
G=21.61%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888612400.540.340.26337.6543.2253.73
HexBC567C036221A1522b36
Octal27412617406642325225366
Binary1011110010101101111100011011010001011010101010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC567C; }

 p { color: rgb(188,86,124); }

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

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

 a { background-color: rgb(188,86,124); }

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

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

 span { border-color: rgb(188,86,124); }

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