#BA5C7B

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

Shades of Royal Heath #BA5C7B

Tints of Royal Heath #BA5C7B

Color information

#BA5C7B (or 0xBA5C7B) is unknown color: approx Royal Heath. HEX triplet: BA, 5C and 7B. RGB value is (186,92,123). Sum of RGB (Red+Green+Blue) = 186+92+123=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5C7B is #45A384. Grayscale: #7B7B7B. Windows color (decimal): -4563845 or 8084666. OLE color: 8084666.

HSL color Cylindrical-coordinate representation of color #BA5C7B: hue angle of 340.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5C7B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18692123-
CMYK00.510.340.27
HSL340.21º40.52%54.51%-
HSV(B)340.21º50.54%72.94%-
XYZ27.6519.5221.05-
YUV123.64127.64172.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=46.38%
G=22.94%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869212300.510.340.27340.2140.5254.51
HexBA5C7B033221B1542937
Octal27213417306342335245167
Binary1011101010111001111011011001110001011011101010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5C7B; }

 p { color: rgb(186,92,123); }

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

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

 a { background-color: rgb(186,92,123); }

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

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

 span { border-color: rgb(186,92,123); }

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