#BC476C

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

Shades of Royal Heath #BC476C

Tints of Royal Heath #BC476C

Color information

#BC476C (or 0xBC476C) is unknown color: approx Royal Heath. HEX triplet: BC, 47 and 6C. RGB value is (188,71,108). Sum of RGB (Red+Green+Blue) = 188+71+108=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC476C is #43B893. Grayscale: #6E6E6E. Windows color (decimal): -4438164 or 7096252. OLE color: 7096252.

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

Color convert

RGB18871108-
CMYK00.620.430.26
HSL341.03º46.61%50.78%-
HSV(B)341.03º62.23%73.73%-
XYZ25.716.2815.98-
YUV110.2126.76183.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=51.23%
G=19.35%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887110800.620.430.26341.0346.6150.78
HexBC476C03E2B1A1552f33
Octal27410715407653325255763
Binary1011110010001111101100011111010101111010101010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC476C; }

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

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

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

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

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

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

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

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