#BA4277

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

Shades of Royal Heath #BA4277

Tints of Royal Heath #BA4277

Color information

#BA4277 (or 0xBA4277) is unknown color: approx Royal Heath. HEX triplet: BA, 42 and 77. RGB value is (186,66,119). Sum of RGB (Red+Green+Blue) = 186+66+119=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4277 is #45BD88. Grayscale: #6B6B6B. Windows color (decimal): -4570505 or 7815866. OLE color: 7815866.

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

Color convert

RGB18666119-
CMYK00.650.360.27
HSL333.5º47.62%49.41%-
HSV(B)333.5º64.52%72.94%-
XYZ25.5315.6719.13-
YUV107.92134.26183.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=50.13%
G=17.79%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866611900.650.360.27333.547.6249.41
HexBA4277041241B14e3031
Octal272102167010144335166061
Binary10111010100001011101110100000110010011011101001110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4277; }

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

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

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

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

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

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

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

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