#BA4377

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

Shades of Royal Heath #BA4377

Tints of Royal Heath #BA4377

Color information

#BA4377 (or 0xBA4377) is unknown color: approx Royal Heath. HEX triplet: BA, 43 and 77. RGB value is (186,67,119). Sum of RGB (Red+Green+Blue) = 186+67+119=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4377 is #45BC88. Grayscale: #6C6C6C. Windows color (decimal): -4570249 or 7816122. OLE color: 7816122.

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

Color convert

RGB18667119-
CMYK00.640.360.27
HSL333.78º47.04%49.61%-
HSV(B)333.78º63.98%72.94%-
XYZ25.5915.7919.15-
YUV108.51133.92183.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 18.01%
BLUE value IS 119 (46.88% from 255) = 31.99%
R=50%
G=18.01%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866711900.640.360.27333.7847.0449.61
HexBA4377040241B14e2f32
Octal272103167010044335165762
Binary10111010100001111101110100000010010011011101001110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4377; }

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

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

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

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

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

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

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

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