#BC3F69

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

Shades of Royal Heath #BC3F69

Tints of Royal Heath #BC3F69

Color information

#BC3F69 (or 0xBC3F69) is unknown color: approx Royal Heath. HEX triplet: BC, 3F and 69. RGB value is (188,63,105). Sum of RGB (Red+Green+Blue) = 188+63+105=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F69 is #43C096. Grayscale: #696969. Windows color (decimal): -4440215 or 6897596. OLE color: 6897596.

HSL color Cylindrical-coordinate representation of color #BC3F69: hue angle of 339.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC3F69 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18863105-
CMYK00.660.440.26
HSL339.84º49.8%49.22%-
HSV(B)339.84º66.49%73.73%-
XYZ25.0715.2714.99-
YUV105.16127.91187.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=52.81%
G=17.70%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886310500.660.440.26339.8449.849.22
HexBC3F690422C1A1543231
Octal27477151010254325246261
Binary1011110011111111010010100001010110011010101010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3F69; }

 p { color: rgb(188,63,105); }

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

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

 a { background-color: rgb(188,63,105); }

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

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

 span { border-color: rgb(188,63,105); }

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