#BA557B

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

Shades of Royal Heath #BA557B

Tints of Royal Heath #BA557B

Color information

#BA557B (or 0xBA557B) is unknown color: approx Royal Heath. HEX triplet: BA, 55 and 7B. RGB value is (186,85,123). Sum of RGB (Red+Green+Blue) = 186+85+123=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA557B is #45AA84. Grayscale: #777777. Windows color (decimal): -4565637 or 8082874. OLE color: 8082874.

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

Color convert

RGB18685123-
CMYK00.540.340.27
HSL337.43º42.26%53.14%-
HSV(B)337.43º54.3%72.94%-
XYZ27.0718.3720.86-
YUV119.53129.96175.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=47.21%
G=21.57%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868512300.540.340.27337.4342.2653.14
HexBA557B036221B1512a35
Octal27212517306642335215265
Binary1011101010101011111011011011010001011011101010001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA557B; }

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

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

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

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

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

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

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

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