#bc567d

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

Shades of Royal Heath #BC567D

Tints of Royal Heath #BC567D

Color information

#BC567D (or 0xBC567D) is unknown color: approx Royal Heath. HEX triplet: BC, 56 and 7D. RGB value is (188,86,125). Sum of RGB (Red+Green+Blue) = 188+86+125=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC567D is #43A982. Grayscale: #787878. Windows color (decimal): -4434307 or 8214204. OLE color: 8214204.

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

Color convert

RGB18886125-
CMYK00.540.340.26
HSL337.06º43.22%53.73%-
HSV(B)337.06º54.26%73.73%-
XYZ27.7718.8321.57-
YUV120.94130.29175.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 86 (33.98% from 255) = 21.55%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=47.12%
G=21.55%
B=31.33%

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
Decimal1888612500.540.340.26337.0643.2253.73
HexBC567D036221A1512b36
Octal27412617506642325215366
Binary1011110010101101111101011011010001011010101010001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc567d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc567d; }

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

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

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

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

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

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

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

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