#BC567A

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

Shades of Royal Heath #BC567A

Tints of Royal Heath #BC567A

Color information

#BC567A (or 0xBC567A) is unknown color: approx Royal Heath. HEX triplet: BC, 56 and 7A. RGB value is (188,86,122). Sum of RGB (Red+Green+Blue) = 188+86+122=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567A is #43A985. Grayscale: #787878. Windows color (decimal): -4434310 or 8017596. OLE color: 8017596.

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

Color convert

RGB18886122-
CMYK00.540.350.26
HSL338.82º43.22%53.73%-
HSV(B)338.82º54.26%73.73%-
XYZ27.5818.7520.58-
YUV120.6128.79176.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=47.47%
G=21.72%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888612200.540.350.26338.8243.2253.73
HexBC567A036231A1532b36
Octal27412617206643325235366
Binary1011110010101101111010011011010001111010101010011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC567A; }

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

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

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

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

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

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

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

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