#BA4168

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

Shades of Royal Heath #BA4168

Tints of Royal Heath #BA4168

Color information

#BA4168 (or 0xBA4168) is unknown color: approx Royal Heath. HEX triplet: BA, 41 and 68. RGB value is (186,65,104). Sum of RGB (Red+Green+Blue) = 186+65+104=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4168 is #45BE97. Grayscale: #696969. Windows color (decimal): -4570776 or 6832570. OLE color: 6832570.

HSL color Cylindrical-coordinate representation of color #BA4168: hue angle of 340.66º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4168 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18665104-
CMYK00.650.440.27
HSL340.66º48.21%49.22%-
HSV(B)340.66º65.05%72.94%-
XYZ24.6415.2214.74-
YUV105.62127.09185.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.39%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=52.39%
G=18.31%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866510400.650.440.27340.6648.2149.22
HexBA41680412C1B1553031
Octal272101150010154335256061
Binary10111010100000111010000100000110110011011101010101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4168; }

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

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

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

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

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

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

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

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