#BC4D6E

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

Shades of Royal Heath #BC4D6E

Tints of Royal Heath #BC4D6E

Color information

#BC4D6E (or 0xBC4D6E) is unknown color: approx Royal Heath. HEX triplet: BC, 4D and 6E. RGB value is (188,77,110). Sum of RGB (Red+Green+Blue) = 188+77+110=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D6E is #43B291. Grayscale: #717171. Windows color (decimal): -4436626 or 7228860. OLE color: 7228860.

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

Color convert

RGB18877110-
CMYK00.590.410.26
HSL342.16º45.31%51.96%-
HSV(B)342.16º59.04%73.73%-
XYZ26.2117.1216.68-
YUV113.95125.77180.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.13%
GREEN value IS 77 (30.47% from 255) = 20.53%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=50.13%
G=20.53%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887711000.590.410.26342.1645.3151.96
HexBC4D6E03B291A1562d34
Octal27411515607351325265564
Binary1011110010011011101110011101110100111010101010110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D6E; }

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

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

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

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

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

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

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

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