#BA467B

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

Shades of Royal Heath #BA467B

Tints of Royal Heath #BA467B

Color information

#BA467B (or 0xBA467B) is unknown color: approx Royal Heath. HEX triplet: BA, 46 and 7B. RGB value is (186,70,123). Sum of RGB (Red+Green+Blue) = 186+70+123=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA467B is #45B984. Grayscale: #6E6E6E. Windows color (decimal): -4569477 or 8079034. OLE color: 8079034.

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

Color convert

RGB18670123-
CMYK00.620.340.27
HSL332.59º45.67%50.2%-
HSV(B)332.59º62.37%72.94%-
XYZ26.0216.2520.5-
YUV110.73134.93181.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=49.08%
G=18.47%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867012300.620.340.27332.5945.6750.2
HexBA467B03E221B14d2e32
Octal27210617307642335155662
Binary1011101010001101111011011111010001011011101001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA467B; }

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

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

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

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

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

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

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

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