#BC5A7A

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

Shades of Royal Heath #BC5A7A

Tints of Royal Heath #BC5A7A

Color information

#BC5A7A (or 0xBC5A7A) is unknown color: approx Royal Heath. HEX triplet: BC, 5A and 7A. RGB value is (188,90,122). Sum of RGB (Red+Green+Blue) = 188+90+122=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A7A is #43A585. Grayscale: #7A7A7A. Windows color (decimal): -4433286 or 8018620. OLE color: 8018620.

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

Color convert

RGB18890122-
CMYK00.520.350.26
HSL340.41º42.24%54.51%-
HSV(B)340.41º52.13%73.73%-
XYZ27.9119.4120.69-
YUV122.95127.47174.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=47%
G=22.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889012200.520.350.26340.4142.2454.51
HexBC5A7A034231A1542a37
Octal27413217206443325245267
Binary1011110010110101111010011010010001111010101010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5A7A; }

 p { color: rgb(188,90,122); }

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

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

 a { background-color: rgb(188,90,122); }

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

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

 span { border-color: rgb(188,90,122); }

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