#BA6873

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

Shades of Turkish Rose #BA6873

Tints of Turkish Rose #BA6873

Color information

#BA6873 (or 0xBA6873) is unknown color: approx Turkish Rose. HEX triplet: BA, 68 and 73. RGB value is (186,104,115). Sum of RGB (Red+Green+Blue) = 186+104+115=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6873 is #45978C. Grayscale: #818181. Windows color (decimal): -4560781 or 7563450. OLE color: 7563450.

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

Color convert

RGB186104115-
CMYK00.440.380.27
HSL351.95º37.27%56.86%-
HSV(B)351.95º44.09%72.94%-
XYZ28.2921.5818.89-
YUV129.77119.67168.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 115 (45.31% from 255) = 28.40%
R=45.93%
G=25.68%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610411500.440.380.27351.9537.2756.86
HexBA687302C261B1602539
Octal27215016305446335404571
Binary1011101011010001110011010110010011011011101100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6873; }

 p { color: rgb(186,104,115); }

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

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

 a { background-color: rgb(186,104,115); }

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

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

 span { border-color: rgb(186,104,115); }

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