#bc386d

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

Shades of Royal Heath #BC386D

Tints of Royal Heath #BC386D

Color information

#BC386D (or 0xBC386D) is unknown color: approx Royal Heath. HEX triplet: BC, 38 and 6D. RGB value is (188,56,109). Sum of RGB (Red+Green+Blue) = 188+56+109=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC386D is #43C792. Grayscale: #656565. Windows color (decimal): -4442003 or 7157948. OLE color: 7157948.

HSL color Cylindrical-coordinate representation of color #BC386D: hue angle of 335.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC386D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18856109-
CMYK00.700.420.26
HSL335.91º54.1%47.84%-
HSV(B)335.91º70.21%73.73%-
XYZ24.9114.6215.98-
YUV101.51132.23189.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=53.26%
G=15.86%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885610900.700.420.26335.9154.147.84
HexBC386D0462A1A1503630
Octal27470155010652325206660
Binary1011110011100011011010100011010101011010101010000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc386d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc386d; }

 p { color: rgb(188,56,109); }

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

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

 a { background-color: rgb(188,56,109); }

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

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

 span { border-color: rgb(188,56,109); }

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