#BA507A

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

Shades of Royal Heath #BA507A

Tints of Royal Heath #BA507A

Color information

#BA507A (or 0xBA507A) is unknown color: approx Royal Heath. HEX triplet: BA, 50 and 7A. RGB value is (186,80,122). Sum of RGB (Red+Green+Blue) = 186+80+122=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA507A is #45AF85. Grayscale: #747474. Windows color (decimal): -4566918 or 8016058. OLE color: 8016058.

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

Color convert

RGB18680122-
CMYK00.570.340.27
HSL336.23º43.44%52.16%-
HSV(B)336.23º56.99%72.94%-
XYZ26.6317.5820.4-
YUV116.48131.12177.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 80 (31.64% from 255) = 20.62%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=47.94%
G=20.62%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868012200.570.340.27336.2343.4452.16
HexBA507A039221B1502b34
Octal27212017207142335205364
Binary1011101010100001111010011100110001011011101010000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA507A; }

 p { color: rgb(186,80,122); }

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

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

 a { background-color: rgb(186,80,122); }

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

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

 span { border-color: rgb(186,80,122); }

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