#BC406E

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

Shades of Royal Heath #BC406E

Tints of Royal Heath #BC406E

Color information

#BC406E (or 0xBC406E) is unknown color: approx Royal Heath. HEX triplet: BC, 40 and 6E. RGB value is (188,64,110). Sum of RGB (Red+Green+Blue) = 188+64+110=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC406E is #43BF91. Grayscale: #6A6A6A. Windows color (decimal): -4439954 or 7225532. OLE color: 7225532.

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

Color convert

RGB18864110-
CMYK00.660.410.26
HSL337.74º49.21%49.41%-
HSV(B)337.74º65.96%73.73%-
XYZ25.3915.4816.4-
YUV106.32130.08186.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 64 (25.39% from 255) = 17.68%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=51.93%
G=17.68%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886411000.660.410.26337.7449.2149.41
HexBC406E042291A1523131
Octal274100156010251325226161
Binary10111100100000011011100100001010100111010101010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC406E; }

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

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

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

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

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

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

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

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