#BA4F6F

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

Shades of Royal Heath #BA4F6F

Tints of Royal Heath #BA4F6F

Color information

#BA4F6F (or 0xBA4F6F) is unknown color: approx Royal Heath. HEX triplet: BA, 4F and 6F. RGB value is (186,79,111). Sum of RGB (Red+Green+Blue) = 186+79+111=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA4F6F is #45B090. Grayscale: #727272. Windows color (decimal): -4567185 or 7294906. OLE color: 7294906.

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

Color convert

RGB18679111-
CMYK00.580.400.27
HSL342.06º43.67%51.96%-
HSV(B)342.06º57.53%72.94%-
XYZ25.9117.1816.99-
YUV114.64125.95178.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=49.47%
G=21.01%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867911100.580.400.27342.0643.6751.96
HexBA4F6F03A281B1562c34
Octal27211715707250335265464
Binary1011101010011111101111011101010100011011101010110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4F6F; }

 p { color: rgb(186,79,111); }

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

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

 a { background-color: rgb(186,79,111); }

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

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

 span { border-color: rgb(186,79,111); }

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