#BA506F

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

Shades of Royal Heath #BA506F

Tints of Royal Heath #BA506F

Color information

#BA506F (or 0xBA506F) is unknown color: approx Royal Heath. HEX triplet: BA, 50 and 6F. RGB value is (186,80,111). Sum of RGB (Red+Green+Blue) = 186+80+111=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA506F is #45AF90. Grayscale: #737373. Windows color (decimal): -4566929 or 7295162. OLE color: 7295162.

HSL color Cylindrical-coordinate representation of color #BA506F: hue angle of 342.45º 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 #BA506F is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18680111-
CMYK00.570.400.27
HSL342.45º43.44%52.16%-
HSV(B)342.45º56.99%72.94%-
XYZ25.9917.3217.01-
YUV115.23125.62178.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=49.34%
G=21.22%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868011100.570.400.27342.4543.4452.16
HexBA506F039281B1562b34
Octal27212015707150335265364
Binary1011101010100001101111011100110100011011101010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA506F; }

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

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

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

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

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

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

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

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