#BA4368

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

Shades of Royal Heath #BA4368

Tints of Royal Heath #BA4368

Color information

#BA4368 (or 0xBA4368) is unknown color: approx Royal Heath. HEX triplet: BA, 43 and 68. RGB value is (186,67,104). Sum of RGB (Red+Green+Blue) = 186+67+104=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4368 is #45BC97. Grayscale: #6A6A6A. Windows color (decimal): -4570264 or 6833082. OLE color: 6833082.

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

Color convert

RGB18667104-
CMYK00.640.440.27
HSL341.34º47.04%49.61%-
HSV(B)341.34º63.98%72.94%-
XYZ24.7615.4514.77-
YUV106.8126.42184.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=52.10%
G=18.77%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866710400.640.440.27341.3447.0449.61
HexBA43680402C1B1552f32
Octal272103150010054335255762
Binary10111010100001111010000100000010110011011101010101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4368; }

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

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

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

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

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

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

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

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