#BC456E

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

Shades of Royal Heath #BC456E

Tints of Royal Heath #BC456E

Color information

#BC456E (or 0xBC456E) is unknown color: approx Royal Heath. HEX triplet: BC, 45 and 6E. RGB value is (188,69,110). Sum of RGB (Red+Green+Blue) = 188+69+110=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC456E is #43BA91. Grayscale: #6D6D6D. Windows color (decimal): -4438674 or 7226812. OLE color: 7226812.

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

Color convert

RGB18869110-
CMYK00.630.410.26
HSL339.33º47.04%50.39%-
HSV(B)339.33º63.3%73.73%-
XYZ25.6816.0716.5-
YUV109.26128.42184.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=51.23%
G=18.80%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886911000.630.410.26339.3347.0450.39
HexBC456E03F291A1532f32
Octal27410515607751325235762
Binary1011110010001011101110011111110100111010101010011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC456E; }

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

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

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

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

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

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

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

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