#BC376E

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

Shades of Royal Heath #BC376E

Tints of Royal Heath #BC376E

Color information

#BC376E (or 0xBC376E) is unknown color: approx Royal Heath. HEX triplet: BC, 37 and 6E. RGB value is (188,55,110). Sum of RGB (Red+Green+Blue) = 188+55+110=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC376E is #43C891. Grayscale: #646464. Windows color (decimal): -4442258 or 7223228. OLE color: 7223228.

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

Color convert

RGB18855110-
CMYK00.710.410.26
HSL335.19º54.73%47.65%-
HSV(B)335.19º70.74%73.73%-
XYZ24.9214.5516.25-
YUV101.04133.06190.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=53.26%
G=15.58%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885511000.710.410.26335.1954.7347.65
HexBC376E047291A14f3730
Octal27467156010751325176760
Binary1011110011011111011100100011110100111010101001111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC376E; }

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

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

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

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

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

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

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

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