#BC4677

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

Shades of Royal Heath #BC4677

Tints of Royal Heath #BC4677

Color information

#BC4677 (or 0xBC4677) is unknown color: approx Royal Heath. HEX triplet: BC, 46 and 77. RGB value is (188,70,119). Sum of RGB (Red+Green+Blue) = 188+70+119=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4677 is #43B988. Grayscale: #6E6E6E. Windows color (decimal): -4438409 or 7816892. OLE color: 7816892.

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

Color convert

RGB18870119-
CMYK00.630.370.26
HSL335.08º46.83%50.59%-
HSV(B)335.08º62.77%73.73%-
XYZ26.2616.419.23-
YUV110.87132.59183.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=49.87%
G=18.57%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887011900.630.370.26335.0846.8350.59
HexBC467703F251A14f2f33
Octal27410616707745325175763
Binary1011110010001101110111011111110010111010101001111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4677; }

 p { color: rgb(188,70,119); }

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

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

 a { background-color: rgb(188,70,119); }

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

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

 span { border-color: rgb(188,70,119); }

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