#BC346F

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

Shades of Royal Heath #BC346F

Tints of Royal Heath #BC346F

Color information

#BC346F (or 0xBC346F) is unknown color: approx Royal Heath. HEX triplet: BC, 34 and 6F. RGB value is (188,52,111). Sum of RGB (Red+Green+Blue) = 188+52+111=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC346F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC346F is #43CB90. Grayscale: #636363. Windows color (decimal): -4443025 or 7287996. OLE color: 7287996.

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

Color convert

RGB18852111-
CMYK00.720.410.26
HSL333.97º56.67%47.06%-
HSV(B)333.97º72.34%73.73%-
XYZ24.8414.316.49-
YUV99.39134.56191.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=53.56%
G=14.81%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885211100.720.410.26333.9756.6747.06
HexBC346F048291A14e392f
Octal27464157011051325167157
Binary1011110011010011011110100100010100111010101001110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC346F; }

 p { color: rgb(188,52,111); }

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

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

 a { background-color: rgb(188,52,111); }

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

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

 span { border-color: rgb(188,52,111); }

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