#BC567E

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

Shades of Royal Heath #BC567E

Tints of Royal Heath #BC567E

Color information

#BC567E (or 0xBC567E) is unknown color: approx Royal Heath. HEX triplet: BC, 56 and 7E. RGB value is (188,86,126). Sum of RGB (Red+Green+Blue) = 188+86+126=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567E is #43A981. Grayscale: #787878. Windows color (decimal): -4434306 or 8279740. OLE color: 8279740.

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

Color convert

RGB18886126-
CMYK00.540.330.26
HSL336.47º43.22%53.73%-
HSV(B)336.47º54.26%73.73%-
XYZ27.8318.8521.91-
YUV121.06130.79175.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=47%
G=21.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888612600.540.330.26336.4743.2253.73
HexBC567E036211A1502b36
Octal27412617606641325205366
Binary1011110010101101111110011011010000111010101010000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC567E; }

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

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

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

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

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

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

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

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