#BC486B

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

Shades of Royal Heath #BC486B

Tints of Royal Heath #BC486B

Color information

#BC486B (or 0xBC486B) is unknown color: approx Royal Heath. HEX triplet: BC, 48 and 6B. RGB value is (188,72,107). Sum of RGB (Red+Green+Blue) = 188+72+107=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC486B is #43B794. Grayscale: #6E6E6E. Windows color (decimal): -4437909 or 7030972. OLE color: 7030972.

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

Color convert

RGB18872107-
CMYK00.620.430.26
HSL341.9º46.4%50.98%-
HSV(B)341.9º61.7%73.73%-
XYZ25.7116.3915.72-
YUV110.67125.93183.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 107 (42.19% from 255) = 29.16%
R=51.23%
G=19.62%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887210700.620.430.26341.946.450.98
HexBC486B03E2B1A1562e33
Octal27411015307653325265663
Binary1011110010010001101011011111010101111010101010110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC486B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC486B; }

 p { color: rgb(188,72,107); }

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

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

 a { background-color: rgb(188,72,107); }

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

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

 span { border-color: rgb(188,72,107); }

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