#BC376D

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

Shades of Royal Heath #BC376D

Tints of Royal Heath #BC376D

Color information

#BC376D (or 0xBC376D) is unknown color: approx Royal Heath. HEX triplet: BC, 37 and 6D. RGB value is (188,55,109). Sum of RGB (Red+Green+Blue) = 188+55+109=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC376D is #43C892. Grayscale: #646464. Windows color (decimal): -4442259 or 7157692. OLE color: 7157692.

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

Color convert

RGB18855109-
CMYK00.710.420.26
HSL335.64º54.73%47.65%-
HSV(B)335.64º70.74%73.73%-
XYZ24.8714.5315.96-
YUV100.92132.56190.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=53.41%
G=15.62%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885510900.710.420.26335.6454.7347.65
HexBC376D0472A1A1503730
Octal27467155010752325206760
Binary1011110011011111011010100011110101011010101010000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC376D; }

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

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

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

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

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

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

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

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