#BA676C

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

Shades of Turkish Rose #BA676C

Tints of Turkish Rose #BA676C

Color information

#BA676C (or 0xBA676C) is unknown color: approx Turkish Rose. HEX triplet: BA, 67 and 6C. RGB value is (186,103,108). Sum of RGB (Red+Green+Blue) = 186+103+108=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA676C is #459893. Grayscale: #808080. Windows color (decimal): -4561044 or 7104442. OLE color: 7104442.

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

Color convert

RGB186103108-
CMYK00.450.420.27
HSL356.39º37.56%56.67%-
HSV(B)356.39º44.62%72.94%-
XYZ27.8121.2216.82-
YUV128.39116.5169.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=46.85%
G=25.94%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610310800.450.420.27356.3937.5656.67
HexBA676C02D2A1B1642639
Octal27214715405552335444671
Binary1011101011001111101100010110110101011011101100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA676C; }

 p { color: rgb(186,103,108); }

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

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

 a { background-color: rgb(186,103,108); }

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

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

 span { border-color: rgb(186,103,108); }

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