#BA4374

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

Shades of Royal Heath #BA4374

Tints of Royal Heath #BA4374

Color information

#BA4374 (or 0xBA4374) is unknown color: approx Royal Heath. HEX triplet: BA, 43 and 74. RGB value is (186,67,116). Sum of RGB (Red+Green+Blue) = 186+67+116=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4374 is #45BC8B. Grayscale: #6C6C6C. Windows color (decimal): -4570252 or 7619514. OLE color: 7619514.

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

Color convert

RGB18667116-
CMYK00.640.380.27
HSL335.29º47.04%49.61%-
HSV(B)335.29º63.98%72.94%-
XYZ25.4115.7118.22-
YUV108.17132.42183.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 67 (26.56% from 255) = 18.16%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=50.41%
G=18.16%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866711600.640.380.27335.2947.0449.61
HexBA4374040261B14f2f32
Octal272103164010046335175762
Binary10111010100001111101000100000010011011011101001111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4374; }

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

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

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

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

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

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

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

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