#BA6471

Color #BA6471 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BA6471

Tints of Turkish Rose #BA6471

Color information

#BA6471 (or 0xBA6471) is unknown color: approx Turkish Rose. HEX triplet: BA, 64 and 71. RGB value is (186,100,113). Sum of RGB (Red+Green+Blue) = 186+100+113=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6471 is #459B8E. Grayscale: #7F7F7F. Windows color (decimal): -4561807 or 7431354. OLE color: 7431354.

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

Color convert

RGB186100113-
CMYK00.460.390.27
HSL350.93º38.39%56.08%-
HSV(B)350.93º46.24%72.94%-
XYZ27.7920.7518.16-
YUV127.2119.99169.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=46.62%
G=25.06%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610011300.460.390.27350.9338.3956.08
HexBA647102E271B15f2638
Octal27214416105647335374670
Binary1011101011001001110001010111010011111011101011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6471; }

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

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

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

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

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

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

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

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