#BC476E

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

Shades of Royal Heath #BC476E

Tints of Royal Heath #BC476E

Color information

#BC476E (or 0xBC476E) is unknown color: approx Royal Heath. HEX triplet: BC, 47 and 6E. RGB value is (188,71,110). Sum of RGB (Red+Green+Blue) = 188+71+110=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC476E is #43B891. Grayscale: #6E6E6E. Windows color (decimal): -4438162 or 7227324. OLE color: 7227324.

HSL color Cylindrical-coordinate representation of color #BC476E: hue angle of 340º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC476E is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18871110-
CMYK00.620.410.26
HSL340º46.61%50.78%-
HSV(B)340º62.23%73.73%-
XYZ25.8116.3216.54-
YUV110.43127.76183.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=50.95%
G=19.24%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887111000.620.410.2634046.6150.78
HexBC476E03E291A1542f33
Octal27410715607651325245763
Binary1011110010001111101110011111010100111010101010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC476E; }

 p { color: rgb(188,71,110); }

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

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

 a { background-color: rgb(188,71,110); }

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

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

 span { border-color: rgb(188,71,110); }

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