#BA4671

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

Shades of Royal Heath #BA4671

Tints of Royal Heath #BA4671

Color information

#BA4671 (or 0xBA4671) is unknown color: approx Royal Heath. HEX triplet: BA, 46 and 71. RGB value is (186,70,113). Sum of RGB (Red+Green+Blue) = 186+70+113=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4671 is #45B98E. Grayscale: #6D6D6D. Windows color (decimal): -4569487 or 7423674. OLE color: 7423674.

HSL color Cylindrical-coordinate representation of color #BA4671: hue angle of 337.76º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4671 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB18670113-
CMYK00.620.390.27
HSL337.76º45.67%50.2%-
HSV(B)337.76º62.37%72.94%-
XYZ25.4216.0117.37-
YUV109.59129.93182.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=50.41%
G=18.97%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867011300.620.390.27337.7645.6750.2
HexBA467103E271B1522e32
Octal27210616107647335225662
Binary1011101010001101110001011111010011111011101010010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4671; }

 p { color: rgb(186,70,113); }

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

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

 a { background-color: rgb(186,70,113); }

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

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

 span { border-color: rgb(186,70,113); }

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