#BA4371

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

Shades of Royal Heath #BA4371

Tints of Royal Heath #BA4371

Color information

#BA4371 (or 0xBA4371) is unknown color: approx Royal Heath. HEX triplet: BA, 43 and 71. RGB value is (186,67,113). Sum of RGB (Red+Green+Blue) = 186+67+113=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4371 is #45BC8E. Grayscale: #6B6B6B. Windows color (decimal): -4570255 or 7422906. OLE color: 7422906.

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

Color convert

RGB18667113-
CMYK00.640.390.27
HSL336.81º47.04%49.61%-
HSV(B)336.81º63.98%72.94%-
XYZ25.2415.6517.31-
YUV107.82130.92183.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 67 (26.56% from 255) = 18.31%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=50.82%
G=18.31%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866711300.640.390.27336.8147.0449.61
HexBA4371040271B1512f32
Octal272103161010047335215762
Binary10111010100001111100010100000010011111011101010001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4371; }

 p { color: rgb(186,67,113); }

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

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

 a { background-color: rgb(186,67,113); }

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

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

 span { border-color: rgb(186,67,113); }

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