#BC456C

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

Shades of Royal Heath #BC456C

Tints of Royal Heath #BC456C

Color information

#BC456C (or 0xBC456C) is unknown color: approx Royal Heath. HEX triplet: BC, 45 and 6C. RGB value is (188,69,108). Sum of RGB (Red+Green+Blue) = 188+69+108=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC456C is #43BA93. Grayscale: #6C6C6C. Windows color (decimal): -4438676 or 7095740. OLE color: 7095740.

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

Color convert

RGB18869108-
CMYK00.630.430.26
HSL340.34º47.04%50.39%-
HSV(B)340.34º63.3%73.73%-
XYZ25.5716.0315.93-
YUV109.03127.42184.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=51.51%
G=18.90%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886910800.630.430.26340.3447.0450.39
HexBC456C03F2B1A1542f32
Octal27410515407753325245762
Binary1011110010001011101100011111110101111010101010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC456C; }

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

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

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

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

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

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

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

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