#BC567F

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

Shades of Royal Heath #BC567F

Tints of Royal Heath #BC567F

Color information

#BC567F (or 0xBC567F) is unknown color: approx Royal Heath. HEX triplet: BC, 56 and 7F. RGB value is (188,86,127). Sum of RGB (Red+Green+Blue) = 188+86+127=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567F is #43A980. Grayscale: #797979. Windows color (decimal): -4434305 or 8345276. OLE color: 8345276.

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

Color convert

RGB18886127-
CMYK00.540.320.26
HSL335.88º43.22%53.73%-
HSV(B)335.88º54.26%73.73%-
XYZ27.918.8822.25-
YUV121.17131.29175.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 127 (50% from 255) = 31.67%
R=46.88%
G=21.45%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888612700.540.320.26335.8843.2253.73
HexBC567F036201A1502b36
Octal27412617706640325205366
Binary1011110010101101111111011011010000011010101010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC567F; }

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

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

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

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

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

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

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

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